aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--VERSION4
-rw-r--r--vim/plugin/insert_suspend_hlsearch.vim1
2 files changed, 2 insertions, 3 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
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