From 9370c1fa461f2d7265d6bbf3ebacf152939edbb0 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Mon, 5 Jul 2010 23:16:41 -0500 Subject: [PATCH] .vimrc: Removed noexpandtab. --- .vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.vimrc b/.vimrc index c803979..5bb3f38 100644 --- a/.vimrc +++ b/.vimrc @@ -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.