summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-12-14 11:36:21 +0100
committerStefan Ritter <xeno@thehappy.de>2010-12-14 11:36:21 +0100
commitcf36cf00a08be053347409701f207efb112dfe27 (patch)
treed98c0adb959fd237e861bc89bf8b0b5c19de5792 /vim
parentada03bc2100087908d325f3b3dcda9e451f8f899 (diff)
Update
Diffstat (limited to 'vim')
-rw-r--r--vim/header_python4
-rw-r--r--vim/vimrc2
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:
diff --git a/vim/vimrc b/vim/vimrc
index 5ece059..8642f3c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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