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:
parent
593479169b
commit
e3ee8c96b2
@ -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)
|
||||||
|
if g:EasyMotion_verbose
|
||||||
echo 'EasyMotion: Cancelled'
|
echo 'EasyMotion: Cancelled'
|
||||||
|
endif
|
||||||
return ''
|
return ''
|
||||||
endfunction " }}}
|
endfunction " }}}
|
||||||
function! s:getPromptMessage(num_strokes) "{{{
|
function! s:getPromptMessage(num_strokes) "{{{
|
||||||
|
Loading…
Reference in New Issue
Block a user