summaryrefslogtreecommitdiffstats
path: root/autoload/vimtex/echo.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-05-20 16:59:09 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-05-20 16:59:09 +0200
commita688c66a049b12e7b19f6ab4cb27c5a24dc3d52c (patch)
tree4f21330aa69ea67c4b32ad89918034e375bd1e1c /autoload/vimtex/echo.vim
parent0a7c62b3b22a75f91245a718c1409e4216ae61c8 (diff)
downloadvim-polyglot-a688c66a049b12e7b19f6ab4cb27c5a24dc3d52c.tar.gz
vim-polyglot-a688c66a049b12e7b19f6ab4cb27c5a24dc3d52c.zip
Update
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