Merge pull request #465 from vdmgolub/snipmate_docs_update

Snipmate docs update
This commit is contained in:
Yan Pritzker 2014-04-10 14:23:22 -05:00
commit e18bc7040f
2 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,7 @@
* rake.vim - like rails.vim but for non-rails projects. makes `:Rtags` and other commands just work * rake.vim - like rails.vim but for non-rails projects. makes `:Rtags` and other commands just work
* ruby.vim - lots of general enhancements for ruby dev * ruby.vim - lots of general enhancements for ruby dev
* necomplcache - intelligent and fast complete as you type, and added Command-Space to select a completion (same as Ctrl-N) * necomplcache - intelligent and fast complete as you type, and added Command-Space to select a completion (same as Ctrl-N)
* snipMate - offers textmate-like snippet expansion + scrooloose-snippets . try hitting TAB after typing a snippet * snipMate - offers textmate-like snippet expansion + snippets collection (honza/vim-snippets). Try hitting TAB after typing a snippet
* jasmine.vim - support for jasmine javascript unit testing, including snippets for it, before, etc.. * jasmine.vim - support for jasmine javascript unit testing, including snippets for it, before, etc..
* vim-javascript-syntax, vim-jquery - better highlighting * vim-javascript-syntax, vim-jquery - better highlighting
* TagHighlight - highlights class names and method names * TagHighlight - highlights class names and method names

View File

@ -1,4 +0,0 @@
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.