@@ -63,9 +63,6 @@ if &t_Co > 2 || has("gui_running")
" I like highlighting strings inside C comments.
" Revert with ":unlet c_comment_strings".
let c_comment_strings=1
-
- " Switch on highlighting the last used search pattern.
- set hlsearch
endif
" Only do this part when compiled with support for autocommands.