comparison runtime/doc/various.txt @ 8:7edf9b6e4c36

Various changes
author vimboss
date Wed, 16 Jun 2004 11:19:22 +0000
parents 3fc0f57ecb91
children 4102fb4ea781
comparison
equal deleted inserted replaced
7:3fc0f57ecb91 8:7edf9b6e4c36
1 *various.txt* For Vim version 7.0aa. Last change: 2004 May 01 1 *various.txt* For Vim version 7.0aa. Last change: 2004 Jun 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
429 to avoid that: ":silent menu .... :silent command". 429 to avoid that: ":silent menu .... :silent command".
430 430
431 *:verb* *:verbose* 431 *:verb* *:verbose*
432 :[count]verb[ose] {command} 432 :[count]verb[ose] {command}
433 Execute {command} with 'verbose' set to [count]. If 433 Execute {command} with 'verbose' set to [count]. If
434 [count] is omitted one is used. 434 [count] is omitted one is used. ":0verbose" can be
435 used to set 'verbose' to zero.
435 The additional use of ":silent" makes messages 436 The additional use of ":silent" makes messages
436 generated but not displayed. 437 generated but not displayed.
437 The combination of ":silent" and ":verbose" can be 438 The combination of ":silent" and ":verbose" can be
438 used to generate messages and check them with 439 used to generate messages and check them with
439 |v:statusmsg| and friends. For example: > 440 |v:statusmsg| and friends. For example: >