This commit is contained in:
othree_kao 2013-02-21 14:57:12 +08:00
parent 27f0c14062
commit 36d19c9083

View File

@ -725,7 +725,7 @@ function! s:Ematch(...)
if v:errmsg ==# ''
redraw!
else
echo 'M' . a:1
echo 'M' . a:2
echo v:errmsg
endif