From 6a5c86738c85296e0b8393dac7ce58285fa85149 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 8 Nov 2017 13:51:32 +1300 Subject: Use "nunmap" not "unmap" for b:undo_* var We only want to remove the normal mode mapping, since that's all we set. --- vim/ftplugin/perl.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vim/ftplugin/perl.vim') diff --git a/vim/ftplugin/perl.vim b/vim/ftplugin/perl.vim index 0db8d1ab..c18653d2 100644 --- a/vim/ftplugin/perl.vim +++ b/vim/ftplugin/perl.vim @@ -15,6 +15,6 @@ nnoremap " Unload this filetype plugin let l:undo_user_ftplugin - \ = 'silent! unmap c' - \ . '|silent! unmap l' - \ . '|silent! unmap t' + \ = 'silent! nunmap c' + \ . '|silent! nunmap l' + \ . '|silent! nunmap t' -- cgit v1.2.3