added incsearch to highlight searches

This commit is contained in:
Alex Kelly 2015-02-26 14:47:21 -05:00
parent adc03d04c3
commit 326842bc02

View file

@ -12,6 +12,7 @@ set softtabstop=4
set autoindent
set rtp+=~/.vim/bundle/vundle/
set pastetoggle=<F10>
set incsearch
call vundle#rc()
"We are going to try the wrapping functions. We'll see how that works