added incsearch to highlight searches
This commit is contained in:
parent
adc03d04c3
commit
326842bc02
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue