Use softtabstop instead of redefining tabstop.

llvm-svn: 61618
This commit is contained in:
Dan Gohman 2009-01-04 00:05:43 +00:00
parent 7aee4c1d99
commit 690954f68f

View File

@ -14,7 +14,7 @@ set nocompatible
set textwidth=80
" A tab produces a 2-space indentation
set tabstop=2
set softtabstop=2
set shiftwidth=2
set expandtab