Browse Source

Disable search pattern highlighting

DricomDragon 5 years ago
parent
commit
919726117d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Install/Templates/vimrc

+ 0 - 3
Install/Templates/vimrc

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