Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shortcuts/no-neck-pain.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: shortcuts/no-neck-pain.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 10, 2023

  1. fix(event): prevent unwanted resize (#255)

    ## 📃 Summary
    
    resize is triggered when there shouldn't be, this pr fixes an unwanted
    event trigger
    shortcuts authored Nov 10, 2023
    Copy the full SHA
    9ba2907 View commit details
  2. fix(resize): do not skip VimResized event (#257)

    ## 📃 Summary
    
    with the plugin enabled, resizing nvim when focus is on a relative
    window (e.g. telescope), breaks the state as we skip the resize event.
    
    we now consider it.
    shortcuts authored Nov 10, 2023
    Copy the full SHA
    16c0e1a View commit details
  3. chore(main): release 1.4.1 (#256)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.4.1](v1.4.0...v1.4.1)
    (2023-11-10)
    
    
    ### Bug Fixes
    
    * **event:** prevent unwanted resize
    ([#255](#255))
    ([9ba2907](9ba2907))
    * **resize:** do not skip `VimResized` event
    ([#257](#257))
    ([16c0e1a](16c0e1a))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 10, 2023
    Copy the full SHA
    2bcb6b7 View commit details
Loading