aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/toggle_flags.vim2
1 files changed, 1 insertions, 1 deletions
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