Vim logo vim online Vim Book Ad

cream-ascii : Insert an ASCII character from a dialog box

 script karma  Rating 23/8, Downloaded by 235

created by
Steve Hall
 
script type
utility
 
description

Insert an ASCII character from a dialog box. See the screenshot at http://cream.sourceforge.net/screenshot-ascii.png.

This is one of many custom utilities and functions for gVim from the Cream project ( http://cream.sourceforge.net ), a configuration of Vim for those of us familiar with Apple and Windows software.

 
install details

Just copy this file and paste it into your vimrc. Or you can drop the entire file into your plugins directory.

Two cream ASCII menu items attempt to load into the bottom of the default Tools menu. (If you have customized your menus and Tools has been removed or altered, this could fail, obviously.)

If you choose not to use the menus, you can also call the Cream_ascii() function directly from the command line. Options are as follows:

  :call Cream_ascii()  -- No argument inserts a complete ASCII table into the current document

  :call Cream_ascii("dialog")  -- The argument "dialog" calls the dialog version of the program

  :call Cream_ascii([32-255])  -- You can also use a number 32-255 to insert that decimal character with Vim's nr2char()

 

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
cream-ascii.vim 1.0 16-Mar-2002 6.0 Steve Hall Initial upload

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 [email protected] after searching the archive. Help Bram help Uganda.
SourceForge Logo