From 685b482f33446f2366ed65d0747d77d7555cd4ef Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 17 Feb 2009 11:47:14 +0100 Subject: [PATCH] Use spaces around = in let. --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 656c6f6..11d07d7 100644 --- a/vimrc +++ b/vimrc @@ -148,7 +148,7 @@ syntax enable " Settings for the NERD commenter. " Don't create any mappings I don't want to use. -let NERDCreateDefaultMappings=0 +let NERDCreateDefaultMappings = 0 " Map toggle comment. map NERDCommenterToggle -- 2.44.2