" 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
\ '| 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
\ 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