update vital-over

This commit is contained in:
haya14busa 2014-08-29 00:38:52 +09:00
parent 60cb17b87f
commit 3b8a2dda5c
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
easymotion easymotion
d5563d1 0116903
Over.Commandline.Base Over.Commandline.Base
Over.Commandline.Modules.Cancel Over.Commandline.Modules.Cancel