From 669b695d8f8663f4c1bc8514e0738e2963b66167 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 25 Jun 2018 09:00:52 +1200 Subject: Move all local bindings out into .vimrc This is the natural way of things, I think. --- vim/after/ftplugin/perl/check.vim | 9 --------- 1 file changed, 9 deletions(-) (limited to 'vim/after/ftplugin/perl/check.vim') diff --git a/vim/after/ftplugin/perl/check.vim b/vim/after/ftplugin/perl/check.vim index f6f99f08..c810c91f 100644 --- a/vim/after/ftplugin/perl/check.vim +++ b/vim/after/ftplugin/perl/check.vim @@ -26,12 +26,3 @@ nnoremap \ :call compiler#Make('perl') let b:undo_ftplugin = b:undo_ftplugin \ . '|nunmap PerlCheck' - -" If there isn't a key mapping already, use a default one -if !hasmapto('PerlCheck') - nmap - \ c - \ PerlCheck - let b:undo_ftplugin = b:undo_ftplugin - \ . '|nunmap c' -endif -- cgit v1.2.3