Skip to content

Commit 342549e

Browse files
authored
Merge pull request #352 from trayo/patch-1
fix typo
2 parents 76f0251 + 38a9bca commit 342549e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/EasyMotion.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ function! s:Message(message) " {{{
435435
if g:EasyMotion_verbose
436436
echo 'EasyMotion: ' . a:message
437437
else
438-
" Make the current message dissapear
438+
" Make the current message disappear
439439
echo ''
440440
" redraw
441441
endif

0 commit comments

Comments
 (0)