From ab3f06b5ac7de09ddddafd7c68eb7c45d05287ad Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 12 Jul 2018 13:20:25 +1200 Subject: Update and configure for make_target.vim --- vim/after/ftplugin/make.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/after') diff --git a/vim/after/ftplugin/make.vim b/vim/after/ftplugin/make.vim index 38a2b620..3018e11b 100644 --- a/vim/after/ftplugin/make.vim +++ b/vim/after/ftplugin/make.vim @@ -9,5 +9,5 @@ if exists('g:no_plugin_maps') || exists('g:no_make_maps') endif " Set mappings -nmap m MakeTarget +nmap m (MakeTarget) let b:undo_ftplugin .= '|nunmap m' -- cgit v1.2.3