From a882ca6d1ee61dabb4de63b2b2e53ca1853265a6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 19 Jul 2018 22:01:51 +1200 Subject: Correct normal command --- plugin/toggle_flags.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/toggle_flags.vim') 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! \' + execute "normal! \" echohl ErrorMsg echomsg a:message echohl None -- cgit v1.2.3