sponsor Vim development Vim logo Vim Book Ad

UserMenu.vim : (gvim) Menu for inserting longer pieces of text

 script karma  Rating 8/4, Downloaded by 2521  Comments, bugs, improvements  Vim wiki

created by
Mikolaj Machowski
 
script type
utility
 
description
" For gvim.
" Registers are good for executing vim commands but not perfect for inserting
" longer parts of normal text. This menu for gvim help you easy creating,
" saving end editing eg. headers for various .tex and .html files.
 
install details
" Installation:
" NOTE: libList.vim is necessary. It is great library for handling lists.
" http://vim.sourceforge.net/scripts/script.php?script_id=166
"
" 1. Simplest way is to put this file into your plugin directory or source it
" from vimrc (or gvimrc) file.
" 2. Also you need create special directories where
" your texts will be stored. In default configuration it is:
" $HOME/.vim/usermenu/ (for unices).
" 3. Configuration:
" Path to libList.vim . It isn't necessary when libList.vim is in your plugin
" directory.
source $HOME/.vim/scripts/libList.vim

" Path to usermenu (for unices)
let s:path = "$HOME/.vim/usermenu/"

" Name of the folder with `macros'
let s:localpath = "usermenu"

" Action. Default is read, but maybe you want to change that (eg. source).
let s:action = "read"
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
usermenu.vim 0.5 2002-09-27 6.0 Mikolaj Machowski Cleaning of the code, better cross-system behaviour.
usermenu.vim 0.2 2002-05-06 6.0 Mikolaj Machowski MSWindows compability added
usermenu.vim 0.1 2002-03-25 6.0 Mikolaj Machowski Initial upload
ip used for rating: 3.235.46.191

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github