From: Simon Ruderich Date: Tue, 22 Nov 2011 14:42:41 +0000 (+0100) Subject: vimrc: Fix indentation. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=c89813f8b9b316a181ce70cf6035206502eb4f74 vimrc: Fix indentation. --- 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.