comparison runtime/doc/usr_42.txt @ 236:4707450c2b33

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:00:38 +0000
parents 3fc0f57ecb91
children 6beb2c667935
comparison
equal deleted inserted replaced
235:23d380e32c95 236:4707450c2b33
1 *usr_42.txt* For Vim version 7.0aa. Last change: 2002 Oct 08 1 *usr_42.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Add new menus 5 Add new menus
6 6
107 Thus each name in {menu-item} has its priority number. 107 Thus each name in {menu-item} has its priority number.
108 108
109 109
110 SPECIAL CHARACTERS 110 SPECIAL CHARACTERS
111 111
112 The {menu-item} in this example is "&File.&Save<Tab>:w". This brings up an 112 The {menu-item} in this example is "&File.&Save<Tab>:w". This brings up an
113 important point: {menu-item} must be one word. If you want to put a dot, 113 important point: {menu-item} must be one word. If you want to put a dot,
114 space or tabs in the name, you either use the <> notation (<Space> and <Tab>, 114 space or tabs in the name, you either use the <> notation (<Space> and <Tab>,
115 for instance) or use the backslash (\) escape. > 115 for instance) or use the backslash (\) escape. >
116 116
117 :menu 10.305 &File.&Do\ It\.\.\. :exit<CR> 117 :menu 10.305 &File.&Do\ It\.\.\. :exit<CR>