comparison runtime/doc/message.txt @ 539:b13dbb7b797c

updated for version 7.0153
author vimboss
date Mon, 03 Oct 2005 21:52:09 +0000
parents 7052f11a3dc9
children f43150a669dc
comparison
equal deleted inserted replaced
538:aa6caa23a4b8 539:b13dbb7b797c
1 *message.txt* For Vim version 7.0aa. Last change: 2005 Sep 25 1 *message.txt* For Vim version 7.0aa. Last change: 2005 Oct 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
766 To reduce the number of hit-enter prompts: 766 To reduce the number of hit-enter prompts:
767 - Set 'cmdheight' to 2 or higher. 767 - Set 'cmdheight' to 2 or higher.
768 - Add flags to 'shortmess'. 768 - Add flags to 'shortmess'.
769 - Reset 'showcmd' and/or 'ruler'. 769 - Reset 'showcmd' and/or 'ruler'.
770 770
771 If your script causes the hit-enter prompt and you don't know why, you may
772 find the |v:scrollstart| variable useful.
773
771 Also see 'mouse'. The hit-enter message is highlighted with the |hl-Question| 774 Also see 'mouse'. The hit-enter message is highlighted with the |hl-Question|
772 group. 775 group.
773 776
774 777
775 *more-prompt* *pager* > 778 *more-prompt* *pager* >