aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/insert_suspend_hlsearch.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-30 22:07:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-30 22:07:01 +1200
commit9f8d61fde99f0c073952c8f603ff8fd3023df7bc (patch)
tree215b944a9914ab78086a81b701d31138f8f67407 /vim/plugin/insert_suspend_hlsearch.vim
parentMerge branch 'release/v0.34.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-9f8d61fde99f0c073952c8f603ff8fd3023df7bc.tar.gz
dotfiles-9f8d61fde99f0c073952c8f603ff8fd3023df7bc.zip
Merge branch 'hotfix/v0.34.1'v0.34.1
* hotfix/v0.34.1: Bump VERSION Remove stray echo from Vim plugin
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