summaryrefslogtreecommitdiffstats
path: root/autoload/vimtex/echo.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/vimtex/echo.vim')
-rw-r--r--autoload/vimtex/echo.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoload/vimtex/echo.vim b/autoload/vimtex/echo.vim
index 9c761f8f..ee80c942 100644
--- a/autoload/vimtex/echo.vim
+++ b/autoload/vimtex/echo.vim
@@ -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