We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8913526 commit 87cd0e6Copy full SHA for 87cd0e6
autoload/lsp/internal/ui/quickpick.vim
@@ -1,4 +1,4 @@
1
-" https://github.com/prabirshrestha/quickpick.vim#30c74fe10098ad9e81ee438406b3e1ba6508187a
+" https://github.com/prabirshrestha/quickpick.vim#dc78c77d6d2b431d03237367555ca880ed35b8c0
2
" :QuickpickEmbed path=autoload/lsp/internal/ui/quickpick.vim namespace=lsp#internal#ui#quickpick prefix=lsp-quickpick
3
4
let s:has_timer = exists('*timer_start') && exists('*timer_stop')
@@ -101,7 +101,7 @@ function! lsp#internal#ui#quickpick#open(opt) abort
101
endif
102
103
call cursor(line('$'), 0)
104
- startinsert!
+ call feedkeys('i', 'n')
105
106
augroup lsp#internal#ui#quickpick
107
autocmd!
0 commit comments