Mahlon E. Smith <mahlon@martini.nu> [Sat, 16 Jan 2016 11:39:19 -0800] rev 29
Split vim projects into separate repos.
Mahlon E. Smith <mahlon@martini.nu> [Wed, 02 Jan 2013 09:14:17 -0800] rev 28
Update for rspec 2.12.
Mahlon E. Smith <mahlon@laika.com> [Wed, 12 Sep 2012 10:45:25 -0700] rev 27
Update copyright, small comment style fix.
miguel [Wed, 12 Sep 2012 01:49:50 +0100] rev 26
fixed typo in help bookmark for Author
miguel [Wed, 12 Sep 2012 01:48:30 +0100] rev 25
try not to mess with buffers that are regular files (eg: netrw)
Mahlon E. Smith <mahlon@martini.nu> [Mon, 20 Aug 2012 16:14:43 -0700] rev 24
Don't forget to super() so the failures are emitted after the spec run.
Mahlon E. Smith <mahlon@martini.nu> [Sat, 18 Aug 2012 01:47:43 -0700] rev 23
Mimic the Progress formatter for console status feedback.
Mahlon E. Smith <mahlon@martini.nu> [Fri, 10 Feb 2012 16:08:43 -0800] rev 22
Updates for rspec 2.8.
Mahlon E. Smith <mahlon@martini.nu> [Fri, 24 Dec 2010 20:01:10 -0800] rev 21
Emit file and line for failure source (use gF to jump straight to it!).
Show context lines for exception source. Put spec summary run at the
top of the screen. Small documentation fixes.
Mahlon E. Smith <mahlon@martini.nu> [Sat, 18 Dec 2010 23:38:55 -0800] rev 20
add files the Makefile
Mahlon E. Smith <mahlon@martini.nu> [Sat, 18 Dec 2010 00:56:09 -0800] rev 19
Specky: support rspec 2.x by default.
Mahlon E. Smith <mahlon@martini.nu> [Fri, 01 Oct 2010 08:16:47 -0700] rev 18
Initial commit of Bird (routing daemon) syntax.
Mahlon E. Smith <mahlon@martini.nu> [Wed, 29 Sep 2010 09:11:49 -0700] rev 17
Add some syntax keywords for rspec 1.3.0.
Mahlon E. Smith <mahlon@martini.nu> [Wed, 07 Jul 2010 16:53:39 -0700] rev 16
Fix the documentation TOC for the hgrevNoRepoChar option.
Mahlon E. Smith <mahlon@martini.nu> [Wed, 07 Jul 2010 16:47:28 -0700] rev 15
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu> [Sat, 20 Feb 2010 21:46:21 -0800] rev 14
Whoops, merge of 13:a9f1ce3766d1.
Mahlon E. Smith <mahlon@martini.nu> [Sat, 20 Feb 2010 21:44:40 -0800] rev 13
Add "SpecialKey" for invisibles.
Mahlon E. Smith <mahlon@martini.nu> [Tue, 16 Feb 2010 11:21:43 -0800] rev 12
raise_error -> raise_exception
Mahlon E. Smith <mahlon@martini.nu> [Thu, 10 Sep 2009 20:50:11 -0700] rev 11
Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
(http://users.skynet.be/antoine.mechelynck/)
Mahlon E. Smith <mahlon@martini.nu> [Thu, 30 Jul 2009 09:35:10 -0700] rev 10
* Remove committed keyword expansions.
* Update copyright.
* Fix glimpseindex problems for the vast majority of errors, otherwise
display error for easier user debugging (instead of reporting false success.)
mahlon [Mon, 01 Jun 2009 14:33:54 +0000] rev 9
Add support for 1.2.6 to, to_not, and expect keywords.
mahlon [Mon, 20 Apr 2009 05:06:53 +0000] rev 8
Hmm, not sure why I thought this worked. It doesn't.
mahlon [Mon, 20 Apr 2009 01:24:08 +0000] rev 7
* No reason to do string contatenation here.
mahlon [Mon, 20 Apr 2009 00:57:06 +0000] rev 6
* 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.
mahlon [Fri, 03 Apr 2009 23:34:00 +0000] rev 5
Add snippets and rspec syntax highlights.
mahlon [Sat, 28 Mar 2009 02:57:39 +0000] rev 4
Fix empty boolean error (32 chars) on -F flag.
mahlon [Sun, 22 Mar 2009 00:49:45 +0000] rev 3
* Add colorschemes directory.
* Add banner creation function to specky.
* Fix specky quote switching so it works alongside the Surround plugin.
mahlon [Sun, 22 Mar 2009 00:39:19 +0000] rev 2
Moving Specky into a Vim subfolder.
mahlon [Thu, 19 Mar 2009 16:47:44 +0000] rev 1
Initial commit of the VimGlimpse plugin.
mahlon [Wed, 18 Mar 2009 15:20:54 +0000] rev 0
add directory for glimpse vim interface