mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Previously the mapping was set in the original window not the floating window, so <Esc> in the floating window did nothing (when it should have closed it) while <Esc> in the original window closed the floating window (when it should have done nothing). Fixes #868.