From fb705f0a6e1e56becb02bb74fcecab6b7ae2ee94 Mon Sep 17 00:00:00 2001 From: stack Date: Fri, 9 Nov 2012 11:26:40 +0100 Subject: [PATCH] setted no hilight on search --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index bcba4cf..cf24530 100644 --- a/vimrc +++ b/vimrc @@ -49,7 +49,7 @@ set fillchars=vert:\ ,stl:\ ,stlnc:\ """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" set showmatch " show matching brackets set mat=5 " how many tenths of a second to blink matching brackets for -set hlsearch " highlight searched for phrases +set nohlsearch " highlight searched for phrases set incsearch " do highlight as you type you search phrase set listchars=tab:\|\ ,trail:.,extends:>,precedes:<,eol:$ " what to show when I hit :set list set so=10 " Keep 10 lines (top/bottom) for scope -- 2.20.1