Extend verbose option to the command-line

I did a grep for more instances, but I think that's the only place where
it calls echo directly.
This commit is contained in:
somini 2015-08-07 01:33:21 +01:00
parent 593479169b
commit e3ee8c96b2

View File

@ -206,7 +206,9 @@ function! s:Cancell() " {{{
call EasyMotion#highlight#delete_highlight() call EasyMotion#highlight#delete_highlight()
call EasyMotion#helper#VarReset('&scrolloff') call EasyMotion#helper#VarReset('&scrolloff')
keepjumps call setpos('.', s:save_orig_pos) keepjumps call setpos('.', s:save_orig_pos)
echo 'EasyMotion: Cancelled' if g:EasyMotion_verbose
echo 'EasyMotion: Cancelled'
endif
return '' return ''
endfunction " }}} endfunction " }}}
function! s:getPromptMessage(num_strokes) "{{{ function! s:getPromptMessage(num_strokes) "{{{