v.licheni.net
/
stack
/
conf
/
vim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
e3435e4
)
setted no hilight on search
author
stack
<stack@inventati.org>
Fri, 9 Nov 2012 10:26:40 +0000
(11:26 +0100)
committer
stack
<stack@inventati.org>
Fri, 9 Nov 2012 10:26:40 +0000
(11:26 +0100)
vimrc
patch
|
blob
|
history
diff --git
a/vimrc
b/vimrc
index
bcba4cf
..
cf24530
100644
(file)
--- 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 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
no
hlsearch " 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
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