diff options
Diffstat (limited to 'after/ftplugin/make/target.vim')
-rw-r--r-- | after/ftplugin/make/target.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/ftplugin/make/target.vim b/after/ftplugin/make/target.vim index daab321..acb2dff 100644 --- a/after/ftplugin/make/target.vim +++ b/after/ftplugin/make/target.vim @@ -26,4 +26,4 @@ nnoremap <buffer> <silent> <unique> \ <Plug>(MakeTarget) \ :<C-U>call make#target#Make()<CR> let b:undo_ftplugin = b:undo_ftplugin - \ . '|nunmap <buffer> <Plug>MakeTarget' + \ . '|nunmap <buffer> <Plug>(MakeTarget)' |