dotar/vim
yan 0d51708808 Jump to common rails dirs with ,jm ,jc ,jv ,jh etc..using CommandT
LustyJuggler ,l[something] deprecated in favor of CommandT
because CommandT does fuzzy matching. Which means you can hit
,jm (jump to model) and fuzzy type a model name. Doing this
matches much more intelligently than a typical commandT call
because it's already constrained to what you want.
2011-12-23 14:14:55 -08:00
..
bundle Upgraded vim-rspec to latest 2011-12-22 00:27:11 -08:00
plugin/settings Jump to common rails dirs with ,jm ,jc ,jv ,jh etc..using CommandT 2011-12-23 14:14:55 -08:00
snippets@15cb6bf4fa Replaced snippets with scrooloose-snippets 2011-12-08 01:51:42 -08:00
.gitignore Initial commit. 2011-11-17 16:00:49 -06:00
README.snipMate Moved snipmate to submodule 2011-12-08 01:41:08 -08:00

We are purposefully including an older version of snipMate (0.84) from mikefarmer's repo
so that it works with the long list of snippets available from the scrooloose/snippets
collection. The current mainline snipMate seems to be no longer compatible with those
snippets, but the scrooloose collection is still the best one to use.