From adb42d81e7753e9096810a1685ce16984e596afd Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Jul 2018 20:48:12 +1200 Subject: Revert "Remove :nohlsearch from vimrc" This reverts commit 8640888fdfdee047e4f40df4a1a89510330f1fe4. This is still necessary, and I'm not sure why I thought it wasn't... --- vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index e76fe85e..93b437d7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -112,7 +112,8 @@ endif " Highlight settings for search if has('extra_search') - set hlsearch " Highlight completed searches + set hlsearch " Highlight completed searches... + nohlsearch " ...but clear it on startup or after re-sourcing set incsearch " Show matches as I type endif -- cgit v1.2.3