diff --git a/autoload/vimtex/echo.vim b/autoload/vimtex/echo.vim index c812f9d..093f915 100644 --- a/autoload/vimtex/echo.vim +++ b/autoload/vimtex/echo.vim @@ -19,7 +19,7 @@ function! vimtex#echo#wait() " {{{1 if filereadable(expand('%')) echohl VimtexMsg - call input('Press any key to continue ...') + call input('Press ENTER to continue') echohl None else sleep 1