mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 03:53:47 -05:00
The previous implementation assumed that CTRL-Y and CTRL-E could scroll by negative counts, i.e. in the opposite direction. It turns out they cannot: they treat negative counts as positive ones and always scroll in the same direction. This meant that undoing a hunk in the top half of the screen caused the screen to scroll. Closes #394.