lewis6991 / gitsigns.nvim

Git integration for buffers
MIT License
5.12k stars 192 forks source link

fix(blame): restore original options when blame window is closed #1104

Closed ofseed closed 3 months ago

ofseed commented 3 months ago

This causes wrap to be disabled and causes scrollbind to be enabled so <C-w>s behaves strangely.

lewis6991 commented 3 months ago

This shouldn't be necessary. Window local options shouldn't affect other windows.

Have you got repro steps for the problem. I've never noticed anything.

lewis6991 commented 3 months ago

Ah wait I understand. Makes sense. I think vim-fugitive does this too.