aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/insert_suspend_hlsearch.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/insert_suspend_hlsearch.vim')
-rw-r--r--vim/plugin/insert_suspend_hlsearch.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/plugin/insert_suspend_hlsearch.vim b/vim/plugin/insert_suspend_hlsearch.vim
index 378febc8..e7e2664d 100644
--- a/vim/plugin/insert_suspend_hlsearch.vim
+++ b/vim/plugin/insert_suspend_hlsearch.vim
@@ -19,7 +19,6 @@ let g:loaded_insert_suspend_hlsearch = 1
" into a script variable; if it's enabled, suspend it
function s:InsertEnter()
let s:hlsearch = &hlsearch
- echo &hlsearch
if s:hlsearch
set nohlsearch
endif