From 326842bc02736e79d870397efb832e0fe363d279 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 26 Feb 2015 14:47:21 -0500 Subject: [PATCH] added incsearch to highlight searches --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) 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