summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-04-27 22:22:56 +0200
committerFlorian Pritz <f-p@gmx.at>2009-04-27 22:22:56 +0200
commit0dce0a234beb8eba50645e811d07faec80723c2b (patch)
treec6eda6ae3b6626a1ab6cb1387d48eda1c9ed0e58 /.vimrc
parentb004b0674e914a874f292d394c820560ed7be3f8 (diff)
downloaddotfiles-0dce0a234beb8eba50645e811d07faec80723c2b.tar.gz
dotfiles-0dce0a234beb8eba50645e811d07faec80723c2b.tar.xz
new autostart entires and background chat terms
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index ebff2d3..94a77db 100644
--- a/.vimrc
+++ b/.vimrc
@@ -7,7 +7,7 @@ set nocompatible
set encoding=utf-8 " unicode encoding
set t_Co=256
set nobackup
-set expandtab
+set noexpandtab
set tabstop=2
set shiftwidth=2
set softtabstop=2