mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 13:03:50 -05:00
Update
This commit is contained in:
@@ -66,7 +66,7 @@ function! s:choose_dict(dict, prompt) abort " {{{1
|
||||
return values(a:dict)[0]
|
||||
endif
|
||||
|
||||
while v:true
|
||||
while 1
|
||||
redraw!
|
||||
if !empty(a:prompt)
|
||||
echohl VimtexMsg
|
||||
@@ -93,7 +93,7 @@ endfunction
|
||||
function! s:choose_list(list, prompt) abort " {{{1
|
||||
if len(a:list) == 1 | return a:list[0] | endif
|
||||
|
||||
while v:true
|
||||
while 1
|
||||
redraw!
|
||||
if !empty(a:prompt)
|
||||
echohl VimtexMsg
|
||||
|
||||
Reference in New Issue
Block a user