* Small documentation updates
* Removed g:speckyVertSplit option if favor of g:speckyWindowType,
which also supports opening rDoc and spec output in a tabbed window.
The default is now tabbed window -- use 'g:speckyWindowType = 2' to
replicate the old behavior.
* Support syntax highlighting for 'pending' specs that are implemented
and expected to fail, instead of just pendings for 'not implemented yet'.
* Allow rdoc lookups from within spec mode.
* Add ftplugin for rspec, so rspec files behaviorally act the same as ruby.
* Banner creation now respects current indentation level.
PLUGIN = specky
SOURCE = syntax/rdoc.vim
SOURCE += syntax/specrun.vim
SOURCE += syntax/rspec.vim
SOURCE += ftdetect/rspec.vim
SOURCE += ftplugin/rspec.vim
SOURCE += doc/specky.txt
SOURCE += plugin/specky.vim
SOURCE += snippets/rspec.snippets
${PLUGIN}.vba: ${SOURCE}
vim --cmd 'let g:plugin_name="${PLUGIN}"' -s build.vim
gzip ${PLUGIN}.vba
install:
rsync -Rv ${SOURCE} ${HOME}/.vim/
clean:
rm ${PLUGIN}.vba