From 9f955640eefcf22825a4fafa9d1ec2b4fb9d04f9 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sun, 6 Feb 2011 08:48:27 +1300 Subject: [PATCH] remove an unused option --- plugin/NERD_commenter.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 93854cd..134101f 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -61,7 +61,6 @@ call s:InitVariable("g:NERDRemoveAltComs", 1) call s:InitVariable("g:NERDRemoveExtraSpaces", 1) call s:InitVariable("g:NERDRPlace", "<]") call s:InitVariable("g:NERDSpaceDelims", 0) -call s:InitVariable("g:NERDDelimiterRequests", 1) let s:NERDFileNameEscape="[]#*$%'\" ?`!&();<>\\"