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#helper#VarReset('&scrolloff')
|
||||
keepjumps call setpos('.', s:save_orig_pos)
|
||||
echo 'EasyMotion: Cancelled'
|
||||
if g:EasyMotion_verbose
|
||||
echo 'EasyMotion: Cancelled'
|
||||
endif
|
||||
return ''
|
||||
endfunction " }}}
|
||||
function! s:getPromptMessage(num_strokes) "{{{
|
||||
|
Loading…
Reference in New Issue
Block a user