Sunday, June 19, 2011

[ANN] First release of frawor (vim framework)

Frawor is the vim framework which is intended to save time for writing some
common things. Main features: mappings with lhs redefineable by users, getoption
function that makes it easier to customize your plugin, plugin reloading (mainly
for development, but also works for minor plugin updates), and also a small DSL
(FWC) that is compiled into completion function or argument checker.

Frawor on vim.org: http://www.vim.org/scripts/script.php?script_id=3631
Project page: https://bitbucket.org/ZyX_I/frawor
Documentation: http://vimpluginloader.sourceforge.net/doc/frawor.txt.html
FWC documentation: http://vimpluginloader.sourceforge.net/doc/FWC.txt.html

I am open for feature requests.

No comments: