]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Minor documentation update.
authorSimon Ruderich <simon@ruderich.org>
Sat, 30 Jun 2012 13:23:55 +0000 (15:23 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 30 Jun 2012 13:23:55 +0000 (15:23 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 12ff138f80cb239ab9bd487fbd5b7e24c3b7dd08..81c8f1b8132ac7e7711b7e05e208956c47106a36 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -69,8 +69,8 @@ set history=1000
 " Increase number of possible undos.
 set undolevels=1000
 
+" Remember marks (including the last cursor position) for more files.
 if has('viminfo')
-    " Remember marks (including the last cursor position) for more files.
     set viminfo^='1000
 endif
 
@@ -586,7 +586,8 @@ if has('syntax')
                   \ '|     call matchadd("Error", "\\%u" . l:x)'
                   \ '| endfor'
 
-" Reduce visibility of tabs in contrast to normal SpecialKeys.
+" Special highlight for tabs to reduce their visibility in contrast to other
+" SpecialKey characters (e.g. ^L).
             if &t_Co == 256 && <SID>HasSyntaxGroup('specialKeyTab')
                 call matchadd('specialKeyTab', '\t')
             endif
@@ -728,7 +729,7 @@ if has('autocmd')
                                  \ setlocal textwidth=72
 " Use the same comment string as for Vim files in Vimperator files.
         autocmd FileType vimperator setlocal commentstring=\"%s
-" Use tex compiler for (La)TeX files.
+" Use TeX compiler for (La)TeX files.
         autocmd FileType tex compiler tex
 
 " FTDETECT AUTO COMMANDS