diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-02-06 16:59:18 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-02-06 16:59:18 +0100 |
commit | 4b43eee327b365f891a1221b3e33aa4b2207235e (patch) | |
tree | 0d8a94e3befd2f04b519d301304c54d96e183b2c /vim/vimrc | |
parent | 77d3aa9bce664dda8072cacadfba9a72f3a80f20 (diff) |
Some fixes for arch
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,10 +8,12 @@ set number " enable linenumbers set noerrorbells " bell sucks set autoindent set tabstop=4 +set textwidth=80 set shiftwidth=4 set shiftround set modeline " enable modelines set nobackup " get rid of backupfiles +set nohlsearch " stop hilight all matches "set foldenable "set listchars=tab:»· "set list " enable tab chars |