aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-06 18:35:17 -0700
committerJustin M. Keyes <justinkz@gmail.com>2019-09-06 18:44:52 -0700
commit8f2557ad197afbb46f44bb84b6214c6760084bd1 (patch)
treed3b2aacab1138142ea302a99e8b55d235a97fe50 /runtime/doc/message.txt
parent0430a1ba88b2efa72617eee6b1e55f2121fb1c13 (diff)
downloadrneovim-8f2557ad197afbb46f44bb84b6214c6760084bd1.tar.gz
rneovim-8f2557ad197afbb46f44bb84b6214c6760084bd1.tar.bz2
rneovim-8f2557ad197afbb46f44bb84b6214c6760084bd1.zip
vim-patch:06fe74aef726
Runtime files update. https://github.com/vim/vim/commit/06fe74aef72606ac34c9f494186e52614b8fb59a
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt1
1 files changed, 1 insertions, 0 deletions
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.