From a21161a2facb3e032ee16470f88e13cb1c120e03 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 12 Jul 2018 13:28:45 +1200 Subject: Correct unmap --- after/ftplugin/make/target.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'after/ftplugin/make/target.vim') 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 \ (MakeTarget) \ :call make#target#Make() let b:undo_ftplugin = b:undo_ftplugin - \ . '|nunmap MakeTarget' + \ . '|nunmap (MakeTarget)' -- cgit v1.2.3