comparison runtime/doc/various.txt @ 40:f1d2a58883b9 v7.0024

updated for version 7.0024
author vimboss
date Fri, 24 Dec 2004 14:35:23 +0000
parents 631143ac4a01
children f67f8a8d81ba
comparison
equal deleted inserted replaced
39:410fa1a31baf 40:f1d2a58883b9
1 *various.txt* For Vim version 7.0aa. Last change: 2004 Jul 05 1 *various.txt* For Vim version 7.0aa. Last change: 2004 Dec 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
593 |:execute| when needed. 593 |:execute| when needed.
594 Compressed help files will not be searched (Debian 594 Compressed help files will not be searched (Debian
595 compresses the help files). 595 compresses the help files).
596 {not in Vi} 596 {not in Vi}
597 597
598 *:exu* *:exusage*
599 :exu[sage] Show help on Ex commands. Added to simulate the Nvi
600 command. {not in Vi}
601
602 *:viu* *:viusage*
603 :viu[sage] Show help on Normal mode commands. Added to simulate
604 the Nvi command. {not in Vi}
598 605
599 When no argument is given to |:help| the file given with the 'helpfile' option 606 When no argument is given to |:help| the file given with the 'helpfile' option
600 will be opened. Otherwise the specified tag is searched for in all "doc/tags" 607 will be opened. Otherwise the specified tag is searched for in all "doc/tags"
601 files in the directories specified in the 'runtimepath' option. 608 files in the directories specified in the 'runtimepath' option.
602 609