Skip to content

Commit 9894081

Browse files
committed
bugfix for #365
1 parent 175550a commit 9894081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/easycomplete.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ function! s:CloseCompletionMenu()
16701670
else
16711671
if pumvisible()
16721672
if !(&completeopt =~ "noselect")
1673-
silent! noa call s:SendKeys("\<ESC>a")
1673+
call timer_start(10, { -> s:SendKeys("\<Esc>a")})
16741674
else
16751675
silent! noa call s:SendKeys("\<C-Y>")
16761676
endif

0 commit comments

Comments
 (0)