Skip to content

Commit c1a9a73

Browse files
update quickpick to 601f826b829d - do not call mapclear <buffer> (#1031)
1 parent 03ca21d commit c1a9a73

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

autoload/lsp/internal/ui/quickpick.vim

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
" https://github.com/prabirshrestha/quickpick.vim#dc78c77d6d2b431d03237367555ca880ed35b8c0
1+
" https://github.com/prabirshrestha/quickpick.vim#601f826b829dcac19a613f6724e6fb9f110d7c07
22
" :QuickpickEmbed path=autoload/lsp/internal/ui/quickpick.vim namespace=lsp#internal#ui#quickpick prefix=lsp-quickpick
33

44
let s:has_timer = exists('*timer_start') && exists('*timer_stop')
@@ -157,10 +157,7 @@ function! lsp#internal#ui#quickpick#close() abort
157157
autocmd!
158158
augroup END
159159

160-
mapclear <buffer>
161160
exe 'silent! bunload! ' . s:state['promptbufnr']
162-
163-
mapclear <buffer>
164161
exe 'silent! bunload! ' . s:state['resultsbufnr']
165162

166163
let s:inputecharpre = 0

0 commit comments

Comments
 (0)