specky/build.vim
author mahlon
Mon, 20 Apr 2009 00:57:06 +0000
branchvim-stuff
changeset 6 31d00503e038
parent 2 6b33188f1694
child 11 a9ebb6c22d14
permissions -rw-r--r--
* 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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     1
:let g:vimball_home="."
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     2
:e Makefile
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     3
:%!grep ^SOURCE
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     4
:%s/^SOURCE\s\++\?=\s\+//
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     5
:execute '%MkVimball!' . g:plugin_name
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     6
:q!