Explorar o código

modified: .vimrc

        Removed relative numbering in the main vimrc
        It was causing slow scrolling and general redrawing
        on shitty systems....
Willie Reed %!s(int64=11) %!d(string=hai) anos
pai
achega
72feb12109
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      .vimrc

+ 1 - 2
.vimrc

@@ -238,9 +238,8 @@ set omnifunc=syntaxcomplete#Complete
 " }}}
 
 "{{{ ***** VISUALS ***** "
-" set number
 set number
-set relativenumber
+set norelativenumber
 "set foldmethod=syntax
 "set foldcolumn=3