.vimrc: Removed noexpandtab.

This commit is contained in:
Ryan Cavicchioni 2010-07-05 23:16:41 -05:00
parent fd9c5e64c1
commit 9370c1fa46

1
.vimrc
View File

@ -33,7 +33,6 @@ set hlsearch " Highlight search and increment search.
set incsearch
set showmatch " Show matching brackets.
set nomodeline " Disable modeline support.
set expandtab
set softtabstop=4
set showcmd " Show partial command in status line.
set ignorecase " Case insensitive searching.