]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Fix indentation.
authorSimon Ruderich <simon@ruderich.org>
Tue, 22 Nov 2011 14:42:41 +0000 (15:42 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 22 Nov 2011 14:42:41 +0000 (15:42 +0100)
vimrc

diff --git a/vimrc b/vimrc
index 6fc405bbd278713d454d46fe195876ab0c489713..5bf4dc1d01ff006d29049b5c5dea5f9370eae7d2 100644 (file)
--- 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 <Leader><Leader> <Plug>NERDCommenterToggle
 
 " XPTemplate settings.