vimloo : Write VimL Script in an Object Orient Style
| script karma |
Rating 0/0,
Downloaded by 837 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Tan Shuilong |
| |
| script type |
| utility |
| |
| description |
GitHub repository: https://github.com/lymslive/vimloo
## Introduction
* class is a dict variable defined in a script which under the autoload
subdirecotry, class name is the relative path to autoload.
* object instance is a copy of class, may with modified data keys.
* derived class is also a copy of base class, may add data or/and function
keys.
* module is a isolate class by itself with no child, parent nor even instance.
## Functionality
* base class design, providing many fundamental methods and functions.
* module management, wich can import both standard classfied module and non-standard
modules.
* template files to make it easy to create custome class and module.
* some other smart commands used in script to help writting viml code in a more
pretty way. |
| |
| install details |
$ mkdir -p ~/.vim/bundle/vimloo
$ cd ~/.vim/bundle/vimloo
$ tar xzvf vimloo.tgz |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|