"===================================================================== " cream-menu-insert.vim " " Cream -- An easy-to-use configuration of the famous Vim text editor " [ http://cream.sourceforge.net ] Copyright (C) 2001-2007 Steve Hall " " License: " This program is free software; you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by " the Free Software Foundation; either version 2 of the License, or " (at your option) any later version. " [ http://www.gnu.org/licenses/gpl.html ] " " This program is distributed in the hope that it will be useful, but " WITHOUT ANY WARRANTY; without even the implied warranty of " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU " General Public License for more details. " " You should have received a copy of the GNU General Public License " along with this program; if not, write to the Free Software " Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA " 02111-1307, USA. imenu 40.102 I&nsert.Character\ Line\.\.\.Shift+F4 :call Cream_charline_prompt() imenu 40.103 I&nsert.Character\ Line\ (length\ of\ line\ above)\.\.\.Shift+F4\ (x2) :call Cream_charline_lineabove_prompt() anoremenu 40.110 I&nsert.-Sep40110- anoremenu 40.111 I&nsert.Date/Time\.\.\.F11 :call Cream_insert_datetime(1) anoremenu 40.112 I&nsert.Date/Time\ (Last\ Used)F11\ (x2) :call Cream_insert_datetime() anoremenu 40.120 I&nsert.-Sep40120- imenu 40.121 I&nsert.Character\ by\ ValueAlt+, :call Cream_insert_char() vmenu 40.122 I&nsert.Character\ by\ ValueAlt+, :call Cream_insert_char() anoremenu 40.123 I&nsert.List\ Characters\ Available\.\.\.Alt+,\ (x2) :call Cream_allchars_list() imenu 40.124 I&nsert.List\ Character\ Values\ Under\ CursorAlt+\. :call Cream_char_codes("i") vmenu 40.125 I&nsert.List\ Character\ Values\ Under\ CursorAlt+\. :call Cream_char_codes("v") anoremenu 40.130 I&nsert.-Sep40130- imenu 40.131 I&nsert.Character\ by\ DigraphCtrl+K anoremenu 40.132 I&nsert.List\ Digraphs\ Available\.\.\.Ctrl+K\ (x2) :call Cream_digraph_list() anoremenu 40.150 I&nsert.-Sep40150- imenu 40.151 I&nsert.Text\ Filler\.\.\. :call Cream_loremipsum() anoremenu 40.160 I&nsert.-Sep40160- vmenu 40.161 I&nsert.Line\ Numbers\.\.\.\ (selection) :call Cream_number_lines("v")