diff --git a/plugin/mappings.vim b/plugin/mappings.vim index a62afb9..6e32458 100644 --- a/plugin/mappings.vim +++ b/plugin/mappings.vim @@ -115,7 +115,7 @@ else noremap p "+p noremap P "+P endif -if has('nvim-0.5') +if has('nvim-0.5.2') " Undo neovim's default mapping of Y to y$ unmap Y endif