aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-10-01 22:07:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-10-01 22:07:40 +1300
commitdd259638d99f93485082045d24a3867c4050de67 (patch)
tree04fb2acb2ddf8bbb29e0d2eb63a6e9a890fe20a7 /vim
parentList X-related env vars to hose properly (diff)
downloaddotfiles-dd259638d99f93485082045d24a3867c4050de67.tar.gz
dotfiles-dd259638d99f93485082045d24a3867c4050de67.zip
Got a comment backwards
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 9b4a379a..6557fb1c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -120,7 +120,7 @@ endif
" do clever things with indenting will often assume this is set
set autoindent
-" Use tabs instead of spaces
+" Use spaces instead of tabs
set expandtab
" Indent with four spaces when an indent operation is used