vimstuff : Some useful vim functions
script karma |
Rating 2/3,
Downloaded by 4028 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
ZyX |
|
script type |
utility |
|
description |
**This plugin is deprecated. Some functions were moved to frawor (vimscript #3631)**
This plugin contains some functions that can be useful for plugin developers and one command that may be useful to all users:
— :SE command (:e replacement with zsh-like completion and multiple file arguments support)
— Pure vimscript base64 decoder
— Bitwise OR and AND functions (slow and unsigned integer only)
— Some escaping and quoting functions
— Function that prints table with higlighted header
— Failsafe builtin `string()' replacement (for representation purposes only)
— ...
Project page: http://sourceforge.net/projects/vimstuff
Dependencies (you do not need to install them by yourself, see installation details):
vimscript #3184, http://sourceforge.net/projects/vimpluginloader |
|
install details |
You can install this plugin using scriptmanager (vimscript #2905) plugin (install scriptmanager, run ``ActivateAddons vimpluginloader'' and add ``call vam#ActivateAddons(["vimpluginloader"])'' to your .vimrc. Vim-addon-manager will install all dependencies for you). You can also use archives attached to this page, they contain plugin with all dependencies, so you do not need to fetch them yourself.
Gentoo users can use the following mercurial overlay: http://vimpluginloader.hg.sourceforge.net:8000/hgroot/vimpluginloader/pluginloader-overlay.
Note for plugin developers: it is better to copy frequently used functions to your plugin as almost all functions define argument checker which is slow. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.15.189.95
|