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(-) 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 From 262b8fefe88b177400508f3a9f0f7a2b197e14ae Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 30 May 2018 22:06:49 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 88a8e216..fd7c31de 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v0.34.0 -Sun May 27 22:13:33 UTC 2018 +tejr dotfiles v0.34.1 +Wed May 30 22:06:44 NZST 2018 -- cgit v1.2.3