Bump unmap Y version check

This commit is contained in:
Kenneth Benzie 2022-02-18 19:51:29 +00:00
parent e6e3a10c87
commit db5ebc701d

View File

@ -115,7 +115,7 @@ else
noremap <leader>p "+p
noremap <leader>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