From db5ebc701d8156a2ecf642cc95732b234bfafe99 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 18 Feb 2022 19:51:29 +0000 Subject: [PATCH] Bump unmap Y version check --- plugin/mappings.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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