aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--plugin/toggle_flags.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 3eefcb9..7dea76e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0
+1.0.1
diff --git a/plugin/toggle_flags.vim b/plugin/toggle_flags.vim
index 4157164..a70e204 100644
--- a/plugin/toggle_flags.vim
+++ b/plugin/toggle_flags.vim
@@ -15,7 +15,7 @@ let g:loaded_toggle_flags = 1
" Show an error-highlighted message and beep, but without a real :echoerr
function! s:Error(message)
- execute 'normal! \<Esc>'
+ execute "normal! \<Esc>"
echohl ErrorMsg
echomsg a:message
echohl None