vimrc: remove duplicate settings
authorHendrik Jaeger <henk@hnjs.ch>
Thu, 21 Feb 2013 15:52:17 +0000 (16:52 +0100)
committerHendrik Jaeger <henk@hnjs.ch>
Thu, 21 Feb 2013 15:52:17 +0000 (16:52 +0100)
etc/vim/vimrc

index a4652b9..c31a7ff 100644 (file)
   endif
 
 " turn these ON:
-  set ek hidden ruler sc vb wmnu
+  set ek vb
 " set digraph
 " turn these OFF ("no" prefix):
   set nodigraph noeb noet nosol
 " some colors - as an example "white on black" [use bold fonts]:
 "  hi normal   ctermfg=white  ctermbg=black guifg=white  guibg=black
 "  hi nontext  ctermfg=blue   ctermbg=black guifg=blue   guibg=black
-  if has("syntax")
-     syn on
-  endif
 " set t_Co=256                " number of colors
 
 " some useful mappings:
-  set pastetoggle=<f11>
 
 " with F7 copy all current buffer to clipboard, or a selection.
 " with shift-F7, paste all clipboard contents