update vital-over
This commit is contained in:
parent
60cb17b87f
commit
3b8a2dda5c
@ -39,8 +39,11 @@ function! s:module.redraw(cmdline)
|
|||||||
redraw
|
redraw
|
||||||
" Workaround for the :set cedit=<C-c>
|
" Workaround for the :set cedit=<C-c>
|
||||||
" https://github.com/osyo-manga/vital-over/issues/52
|
" https://github.com/osyo-manga/vital-over/issues/52
|
||||||
|
" https://github.com/Lokaltog/vim-easymotion/issues/177#issuecomment-53663431
|
||||||
if &cedit != "<C-c>"
|
if &cedit != "<C-c>"
|
||||||
normal! :
|
normal! :
|
||||||
|
else
|
||||||
|
execute "normal! :\<Esc>"
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
easymotion
|
easymotion
|
||||||
d5563d1
|
0116903
|
||||||
|
|
||||||
Over.Commandline.Base
|
Over.Commandline.Base
|
||||||
Over.Commandline.Modules.Cancel
|
Over.Commandline.Modules.Cancel
|
||||||
|
Loading…
Reference in New Issue
Block a user