"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "vil96w32/vilemenu.rc" of archive vile-w32.zip:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 ; $Header: /usr/build/vile/vile/macros/RCS/vilemenu.rc,v 1.3 2005/11/16 21:03:11 tom Exp $
2 ; A sample .vilemenu file:
3
4 C:Xvile
5 B:New:new_xvile
6 B:Edit .vilerc:edit_rc
7 B:Parse .vilerc:parse_rc
8 B:Edit .vilemenu:edit_mrc
9 B:Quit:quit
10 ;
11 C:Editing
12 B:Apply Highlighting:cmd HighlightFilter
13 B:Clear Highlighting (above):clear-attributes-til beginning-of-file
14 B:Clear Highlighting (below):clear-attributes-til goto-char
15 S
16 B:Search Forward...:cmd search-forward
17 B:Search Backward...:cmd search-reverse
18 S
19 B:Reload File:cmd e!
20 B:Rename Buffer:cmd rename-buffer
21 B:Edit:cmd edit-file
22 B:Rename File:cmd filename
23 S
24 B:Manual for...:cmd ShowManpage
25 S
26 B:Files:capture-command "ls -l"
27 B:Processes:capture-command "ps"
28 B:Users:capture-command "w"
29 ;
30 C:Buffers
31 B:Show Current Only:delete-other-windows
32 B:Toggle Show:toggle-buffer
33 L:list_buff
34 ;
35 C:Fixed Fonts
36 B:5x8:setv $font 5x8
37 B:7x14:setv $font 7x14
38 B:8x13:setv $font 8x13
39 B:8x16:setv $font 8x16
40 B:9x15:setv $font 9x15
41 B:10x20:setv $font 10x20
42 B:12x24:setv $font 12x24
43 ;
44 C:Nice Fonts
45 B:10pt:setv $font "-*-lucidatypewriter-medium-r-normal-sans-10-*-*-*-*-*-iso8859-1"
46 B:12pt:setv $font "-*-lucidatypewriter-medium-r-normal-sans-12-*-*-*-*-*-iso8859-1"
47 B:14pt:setv $font "-*-lucidatypewriter-medium-r-normal-sans-14-*-*-*-*-*-iso8859-1"
48 B:17pt:setv $font "-*-lucidatypewriter-medium-r-normal-sans-17-*-*-*-*-*-iso8859-1"
49 B:18pt:setv $font "-*-lucidatypewriter-medium-r-normal-sans-18-*-*-*-*-*-iso8859-1"
50 B:20pt:setv $font "-*-lucidatypewriter-medium-r-normal-sans-20-*-*-*-*-*-iso8859-1"
51 ;
52 C:Help:help
53 B:About:version
54 S
55 B:General:help
56 B:Bindings:describe-bindings
57 B:Motions:describe-motions
58 B:Operators:describe-operators
59 S
60 B:Apropos...:cmd apropos
61 B:On Function...:cmd describe-function
62 B:On Key...:describe-key >s
63 S
64 B:Settings:setall
65 B:Variables:show-variables
66 B:Registers:show-registers
67 S
68 B:Majormodes:show-majormodes
69 B:Colors:show-colors
70 B:Color Schemes:show-color-schemes