From b7d141a3e614b91313aabc5a346644edac328c98 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Fri, 21 Nov 2008 10:04:44 +1300 Subject: [PATCH] bugfix to delimiter setup --- plugin/NERD_commenter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index f32429f..f9182c0 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -899,7 +899,7 @@ function s:SetUpForNewFiletype(filetype, forceReset) call s:MapDelimiters('##', '') elseif a:filetype ==? "wget" call s:MapDelimiters('#', '') - elseif a:filetype ==?? "Wikipedia" + elseif a:filetype ==? "Wikipedia" call s:MapDelimiters('') elseif a:filetype ==? "winbatch" call s:MapDelimiters(';', '')