aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:20:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:20:25 +1200
commitab3f06b5ac7de09ddddafd7c68eb7c45d05287ad (patch)
tree4aad6fcec07567cbcf306a0dd7c0650d7aa785ec /vim/after
parentUpdate and configure for put_blank_lines.vim (diff)
downloaddotfiles-ab3f06b5ac7de09ddddafd7c68eb7c45d05287ad.tar.gz
dotfiles-ab3f06b5ac7de09ddddafd7c68eb7c45d05287ad.zip
Update and configure for make_target.vim
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/ftplugin/make.vim2
1 files changed, 1 insertions, 1 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 <buffer> <LocalLeader>m <Plug>MakeTarget
+nmap <buffer> <LocalLeader>m <Plug>(MakeTarget)
let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>m'