From 8f2557ad197afbb46f44bb84b6214c6760084bd1 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 6 Sep 2019 18:35:17 -0700 Subject: vim-patch:06fe74aef726 Runtime files update. https://github.com/vim/vim/commit/06fe74aef72606ac34c9f494186e52614b8fb59a --- runtime/doc/message.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc') diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 97a1882159..e8c76adad4 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -780,6 +780,7 @@ To reduce the number of hit-enter prompts: - Set 'cmdheight' to 2 or higher. - Add flags to 'shortmess'. - Reset 'showcmd' and/or 'ruler'. +- Make sure `:echo` text is within |v:echospace| screen cells. If your script causes the hit-enter prompt and you don't know why, you may find the |v:scrollstart| variable useful. -- cgit