瀏覽代碼

Disable search pattern highlighting

DricomDragon 5 年之前
父節點
當前提交
919726117d
共有 1 個文件被更改,包括 0 次插入3 次删除
  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.