From a9e8f2e502bb27529a2f186eb508bbe7ca3aae4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Wed, 18 Jan 2017 21:33:27 +0100 Subject: [PATCH] Must press ENTER (cf. #661) --- autoload/vimtex/echo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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