Must press ENTER (cf. #661)

This commit is contained in:
Karl Yngve Lervåg 2017-01-18 21:33:27 +01:00
parent 10372c7d3a
commit a9e8f2e502

View File

@ -19,7 +19,7 @@ function! vimtex#echo#wait() " {{{1
if filereadable(expand('%')) if filereadable(expand('%'))
echohl VimtexMsg echohl VimtexMsg
call input('Press any key to continue ...') call input('Press ENTER to continue')
echohl None echohl None
else else
sleep 1 sleep 1