diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | after/ftplugin/make/target.vim | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -1.0.1 +1.0.2 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)' |