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 +- vim/bundle/make_target | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' diff --git a/vim/bundle/make_target b/vim/bundle/make_target index 1327bf1a..1f374d58 160000 --- a/vim/bundle/make_target +++ b/vim/bundle/make_target @@ -1 +1 @@ -Subproject commit 1327bf1a430b77aa38a69e4de33d92cf844f0bad +Subproject commit 1f374d588b8ecbe7c5f02077db6b7d919a646ea1 -- cgit v1.2.3