sponsor Vim development Vim logo Vim Book Ad

vimoop : Adds some features of Python OOP model to vim.

 script karma  Rating 4/3, Downloaded by 3135  Comments, bugs, improvements  Vim wiki

created by
ZyX
 
script type
utility
 
description
Provides inheritance, uses __init__ function as a constructor. This plugin was used to create YAML parser (vimscript #3190) by rewriting Python code in vimscript.

Documentation: http://vimcommunity.bitbucket.org/doc/oop.txt.html
Project page: https://bitbucket.org/ZyX_I/vimoop
Dependencies (you do not need to install them by yourself, see installation details):
vimscript #3631, https://bitbucket.org/ZyX_I/frawor
 
install details
You can install this plugin using vim-addon-manager (vimscript #2905) plugin (install vim-addon-manager, run “ActivateAddons jsonvim” and add “call vam#ActivateAddons(["jsonvim"])” 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: https://bitbucket.org/ZyX_I/pluginloader-overlay.
 

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
vimoop-2.1.1.tar.gz 2.1.1 2013-10-01 7.3 ZyX Remove third argument to frawor#Setup
vimoop-2.1.tar.gz 2.1 2012-12-08 7.3 ZyX Moved plugin/oop.vim to autoload/oop.vim
vimoop-2.0.tar.gz 2.0 2011-06-26 7.3 ZyX Ported plugin to frawor, officially added instanceof function
vimoop-1.1.2.tar.gz 1.1.2 2010-12-18 9999 ZyX Reposting bundle due to core plugins update
vimoop-1.1.2.tar.gz 1.1.2 2010-11-20 9999 ZyX Reposting bundle due to core plugins update
vimoop-1.1.2.tar.gz 1.1.2 2010-09-11 7.2 ZyX Added documentation
vimoop-1.1.1.tar.gz 1.1.1 2010-08-14 7.2 ZyX Added default exception message
vimoop-1.1.tar.gz 1.1 2010-08-10 7.2 ZyX Added Exception built-in class, commented out list of instances attached to the class, so that garbage collector could free them.
vimoop-1.0.tar.xz 1.0 2010-08-04 7.2 ZyX Initial upload
ip used for rating: 3.143.168.172

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