From 38a9bcadfd1e92644c5207bfec2a8520077b4f4d Mon Sep 17 00:00:00 2001 From: Travis Yoder Date: Tue, 17 Oct 2017 09:18:03 -0700 Subject: [PATCH] fix typo --- autoload/EasyMotion.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/EasyMotion.vim b/autoload/EasyMotion.vim index 479be65..7ccdcf8 100644 --- a/autoload/EasyMotion.vim +++ b/autoload/EasyMotion.vim @@ -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