Problem
After performing the patch action, the following mappings are defined globally:
n dor <Plug>(gina-diffget-r)
Last set from ~/dotfiles/home/.vim/plugged/gina.vim/autoload/gina/command/patch.vim line 188
n dol <Plug>(gina-diffget-l)
Last set from ~/dotfiles/home/.vim/plugged/gina.vim/autoload/gina/command/patch.vim line 186
n do <Plug>(gina-diffget)
Last set from ~/dotfiles/home/.vim/plugged/gina.vim/autoload/gina/command/patch.vim line 162
n dp <Plug>(gina-diffput)
Last set from ~/dotfiles/home/.vim/plugged/gina.vim/autoload/gina/command/patch.vim line 184
Expected behavior
I suppose these mappings should be defined as buffer-local mappings for the patch buffers.
Problem After performing the
patch
action, the following mappings are defined globally:Expected behavior I suppose these mappings should be defined as buffer-local mappings for the patch buffers.
Environment