diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-10-03 21:52:09 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-10-03 21:52:09 +0000 |
commit | bb15b658647d8eca01e67df871f7cb5ed95e2534 (patch) | |
tree | 6214d5476e5b780728462e5832306a9050bef26b /runtime/doc/message.txt | |
parent | 69e0ff94dce3a017feafbd0bb60e5720cda0441b (diff) | |
download | vim-git-bb15b658647d8eca01e67df871f7cb5ed95e2534.tar.gz |
updated for version 7.0153
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r-- | runtime/doc/message.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 87429e030..14797dee3 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -1,4 +1,4 @@ -*message.txt* For Vim version 7.0aa. Last change: 2005 Sep 25 +*message.txt* For Vim version 7.0aa. Last change: 2005 Oct 02 VIM REFERENCE MANUAL by Bram Moolenaar @@ -768,6 +768,9 @@ To reduce the number of hit-enter prompts: - Add flags to 'shortmess'. - Reset 'showcmd' and/or 'ruler'. +If your script causes the hit-enter prompt and you don't know why, you may +find the |v:scrollstart| variable useful. + Also see 'mouse'. The hit-enter message is highlighted with the |hl-Question| group. |