diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-12-14 11:36:21 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-12-14 11:36:21 +0100 |
commit | cf36cf00a08be053347409701f207efb112dfe27 (patch) | |
tree | d98c0adb959fd237e861bc89bf8b0b5c19de5792 /vim | |
parent | ada03bc2100087908d325f3b3dcda9e451f8f899 (diff) |
Update
Diffstat (limited to 'vim')
-rw-r--r-- | vim/header_python | 4 | ||||
-rw-r--r-- | vim/vimrc | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/vim/header_python b/vim/header_python index 7481e59..d004526 100644 --- a/vim/header_python +++ b/vim/header_python @@ -10,3 +10,7 @@ # Author: Stefan Ritter <xeno@thehappy.de> # Description: + + + +# vim: set sw=4 tw=0 ts=4 expandtab: @@ -8,9 +8,11 @@ set number " enable linenumbers set noerrorbells " bell sucks set autoindent set tabstop=4 +set shiftwidth=4 set shiftround set modeline " enable modelines set nobackup " get rid of backupfiles +set foldenable "set listchars=tab:»· "set list " enable tab chars |