1"
2" cream-menu-insert.vim
3"
4" Cream -- An easy-to-use configuration of the famous Vim text editor
5" [ http://cream.sourceforge.net ] Copyright (C) 2001-2011 Steve Hall
6"
7" License:
8" This program is free software; you can redistribute it and/or modify
9" it under the terms of the GNU General Public License as published by
10" the Free Software Foundation; either version 3 of the License, or
11" (at your option) any later version.
12" [ http://www.gnu.org/licenses/gpl.html ]
13"
14" This program is distributed in the hope that it will be useful, but
15" WITHOUT ANY WARRANTY; without even the implied warranty of
16" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17" General Public License for more details.
18"
19" You should have received a copy of the GNU General Public License
20" along with this program; if not, write to the Free Software
21" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
22" 02111-1307, USA.
23
24
25	imenu <silent> 40.102 I&nsert.Character\ Line\.\.\.<Tab>Shift+F4		<C-b>:call Cream_charline_prompt()<CR>
26	imenu <silent> 40.103 I&nsert.Character\ Line\ (length\ of\ line\ above)\.\.\.<Tab>Shift+F4\ (x2)	<C-b>:call Cream_charline_lineabove_prompt()<CR>
27
28anoremenu <silent> 40.110 I&nsert.-Sep40110-								<Nul>
29anoremenu <silent> 40.111 I&nsert.Date/Time\.\.\.<Tab>F11					:call Cream_insert_datetime(1)<CR>
30anoremenu <silent> 40.112 I&nsert.Date/Time\ (Last\ Used)<Tab>F11\ (x2)		:call Cream_insert_datetime()<CR>
31
32anoremenu <silent> 40.120 I&nsert.-Sep40120-								<Nul>
33	imenu <silent> 40.121 I&nsert.Character\ by\ Value<Tab>Alt+,			<C-b>:call Cream_insert_char()<CR>
34	vmenu <silent> 40.122 I&nsert.Character\ by\ Value<Tab>Alt+,			:<C-u>call Cream_insert_char()<CR>
35anoremenu <silent> 40.123 I&nsert.List\ Characters\ Available\.\.\.<Tab>Alt+,\ (x2)		:call Cream_allchars_list()<CR>
36	imenu <silent> 40.124 I&nsert.List\ Character\ Values\ Under\ Cursor<Tab>Alt+\.		<C-b>:call Cream_char_codes("i")<CR>
37	vmenu <silent> 40.125 I&nsert.List\ Character\ Values\ Under\ Cursor<Tab>Alt+\.		:<C-u>call Cream_char_codes("v")<CR>
38
39anoremenu <silent> 40.130 I&nsert.-Sep40130-								<Nul>
40	imenu <silent> 40.131 I&nsert.Character\ by\ Digraph<Tab>Ctrl+K   		<C-k>
41anoremenu <silent> 40.132 I&nsert.List\ Digraphs\ Available\.\.\.<Tab>Ctrl+K\ (x2)	:call Cream_digraph_list()<CR>
42
43anoremenu <silent> 40.150 I&nsert.-Sep40150-								<Nul>
44	imenu <silent> 40.151 I&nsert.Text\ Filler\.\.\.						<C-b>:call Cream_loremipsum()<CR>
45
46anoremenu <silent> 40.160 I&nsert.-Sep40160-								<Nul>
47	vmenu <silent> 40.161 I&nsert.Line\ Numbers\.\.\.\ (selection)			:<C-u>call Cream_number_lines("v")<CR>
48
49
50