From 698b1d9a03b8331565804c629787ab9d461b0726 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 30 May 2018 22:04:53 +1200 Subject: Remove stray echo from Vim plugin This was probably left in during debugging. Because 'showmode' hides it, it didn't get noticed. --- vim/plugin/insert_suspend_hlsearch.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'vim/plugin') 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 -- cgit v1.2.3