sponsor Vim development Vim logo Vim Book Ad

kiwi.vim : Support for writing Kiwi specs

 script karma  Rating 0/0, Downloaded by 410  Comments, bugs, improvements  Vim wiki

created by
Jason Felice
 
script type
utility
 
description

`kiwi.vim` is a plugin for working with the [Kiwi](http://kiwi-lib.org/)
library for behavior-driven development.  Right now, it simply adds
smart folding, but I have some abbreviations which I'll add once I
hammer out some pretty ugly kinks.

Which Files Are Kiwi?
---------------------

To keep things simple, I just match anything that matches `*Spec.m`
or `*Spec.mm`.  You can add your own `autocmd` rules to if you use
a different naming convention.

Folding
-------

Folding is designed to make the Kiwi specs readable as specs at a glance,
hiding the backing code until you want to look at it.  In addition,
it still allows adding manual fold markers (e.g. {{{1 and }}}) so that
you can fold any supporting code in the file.
 
install details
The easiest way to install would be to install pathogen.vim then clone the git repository like so:

  cd ~/.vim/bundle
  git clone git://github.com/eraserhd/vim-kiwi.git
 

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
kiwi.zip 0.1 2011-09-12 7.0 Jason Felice Initial upload
ip used for rating: 18.217.182.45

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