diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-12 13:06:29 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-12 13:06:29 +0000 |
commit | b5ba002aabaff8767dfb180109fc6b170d0e789a (patch) | |
tree | c029f2e33918f379ba9100ee207651a8a5653808 /runtime | |
parent | 895f2609de6249b3e87f39ef8e8e76d16840554f (diff) | |
download | vim-b5ba002aabaff8767dfb180109fc6b170d0e789a.zip |
updated for version 7.1
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/gui.txt | 4 | ||||
-rw-r--r-- | runtime/doc/os_qnx.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt index 4d5d20e8d..b5ae414d6 100644 --- a/runtime/doc/gui.txt +++ b/runtime/doc/gui.txt @@ -1,4 +1,4 @@ -*gui.txt* For Vim version 7.1b. Last change: 2006 Aug 08 +*gui.txt* For Vim version 7.1. Last change: 2007 May 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -532,7 +532,7 @@ Special characters in a menu name: <Tab> Separates the menu name from right-aligned text. This can be used to show the equivalent typed command. The text "<Tab>" can be used here for convenience. If you are using a real - Tab, don't forget to put a backslash before it! + tab, don't forget to put a backslash before it! Example: > :amenu &File.&Open<Tab>:e :browse e<CR> diff --git a/runtime/doc/os_qnx.txt b/runtime/doc/os_qnx.txt index 52d7ed141..d694e1a83 100644 --- a/runtime/doc/os_qnx.txt +++ b/runtime/doc/os_qnx.txt @@ -1,4 +1,4 @@ -*os_qnx.txt* For Vim version 7.1b. Last change: 2005 Mar 29 +*os_qnx.txt* For Vim version 7.1. Last change: 2005 Mar 29 VIM REFERENCE MANUAL by Julian Kinraid |