diff --git a/vim/vimrc b/vim/vimrc index cf5354a..631815f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -12,6 +12,7 @@ set softtabstop=4 set autoindent set rtp+=~/.vim/bundle/vundle/ set pastetoggle= +set incsearch call vundle#rc() "We are going to try the wrapping functions. We'll see how that works