Explorar o código

Disable search pattern highlighting

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
919726117d
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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.
   " 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.