diff options
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r-- | runtime/doc/message.txt | 1 |
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. |