This commit is contained in:
Travis Yoder 2017-10-17 09:18:03 -07:00 committed by GitHub
parent e4d71c7ba4
commit 38a9bcadfd

View File

@ -435,7 +435,7 @@ function! s:Message(message) " {{{
if g:EasyMotion_verbose if g:EasyMotion_verbose
echo 'EasyMotion: ' . a:message echo 'EasyMotion: ' . a:message
else else
" Make the current message dissapear " Make the current message disappear
echo '' echo ''
" redraw " redraw
endif endif