Merge pull request #352 from trayo/patch-1

fix typo
This commit is contained in:
haya14busa 2017-10-20 14:43:24 +09:00 committed by GitHub
commit 342549e7a1

View File

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