From c89813f8b9b316a181ce70cf6035206502eb4f74 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 22 Nov 2011 15:42:41 +0100 Subject: [PATCH] vimrc: Fix indentation. --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 6fc405b..5bf4dc1 100644 --- a/vimrc +++ b/vimrc @@ -395,9 +395,9 @@ if has('eval') endif " Settings for the NERD commenter. -" Don't create any mappings I don't want to use. + " Don't create any mappings I don't want to use. let NERDCreateDefaultMappings = 0 -" Map toggle comment. + " Map toggle comment. map NERDCommenterToggle " XPTemplate settings. -- 2.44.1