Skip to content

Commit 28414d1

Browse files
lambdalisueMilly
andauthored
Update autoload/denops/_internal/echo.vim
Co-authored-by: Milly <milly.ca@gmail.com>
1 parent fde02e1 commit 28414d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/denops/_internal/echo.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ function! s:echomsg_batch() abort
5656
let s:delayed_timer = 0
5757
let s:delayed_messages = []
5858
" Forcibly show the messages to the user
59-
call feedkeys(printf(":\<C-u>%dmessages\<CR>", l:counter), 'nt')
59+
call feedkeys(printf("\<Cmd>%dmessages\<CR>", l:counter), 'n')
6060
endfunction

0 commit comments

Comments
 (0)