sponsor Vim development Vim logo Vim Book Ad

vimloo : Write VimL Script in an Object Orient Style

 script karma  Rating 0/0, Downloaded by 691  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
 

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
vimloo.tgz 0.51 2017-03-18 7.4 Tan Shuilong Initial upload
ip used for rating: 18.191.234.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