diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-04-20 15:40:14 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-04-20 15:40:14 +0200 |
commit | 173d864c552bc9c17ae4003f7900226e8e32a99b (patch) | |
tree | 243a18bb51a5112786e3c6a2fb6af638c4f13210 /vim/vimrc | |
parent | 6b7ba456122f061b91b7e53ef239f3f9d2469696 (diff) |
Remove list and linenumbers from vimrc
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ filetype plugin indent on set t_Co=88 " 88 colors set ls=0 " disable statusbar -set number " enable linenumbers +"set number " enable linenumbers set noerrorbells " bell sucks set autoindent set tabstop=8 @@ -12,7 +12,7 @@ set shiftround set modeline " enable modelines set nobackup " get rid of backupfiles set listchars=tab:»· -set list " enable tab chars +"set list " enable tab chars " NERDtree stuff |