From 1f5235b5f191a0672d488d679e13cd590f6e7960 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Jul 2013 23:23:02 +1200 Subject: Make search highlight clearing quiet --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index c9cd0ad8..e440d4c7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -263,7 +263,7 @@ if has('extra_search') " Pressing ^L will clear highlighting until the next search-related " operation; quite good because the highlighting gets distracting after " you've found what you wanted - nnoremap :nohlsearch + nnoremap :nohlsearch " Clear search highlighting as soon as I enter insert mode, and restore it " once I leave it -- cgit v1.2.3