From 2125d3de0d80c5e1b29d7bed5316bc7aa78515ea Mon Sep 17 00:00:00 2001 From: Vadim Golub Date: Thu, 10 Apr 2014 21:25:50 +0300 Subject: [PATCH 1/2] Snipmate description updated Scrooloose snippets were replaced with honza/vim-snippets. --- doc/vim/coding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vim/coding.md b/doc/vim/coding.md index 36660da..1338a0c 100644 --- a/doc/vim/coding.md +++ b/doc/vim/coding.md @@ -3,7 +3,7 @@ * 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 * 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.. * vim-javascript-syntax, vim-jquery - better highlighting * TagHighlight - highlights class names and method names From a8a4a29d157ec6df1636ab0a6c0f6d44c9d3d90a Mon Sep 17 00:00:00 2001 From: Vadim Golub Date: Thu, 10 Apr 2014 21:27:31 +0300 Subject: [PATCH 2/2] Snipmate's version notice removed Another snipmate's fork (garbas/vim-snipmate) is used now. The notice is obsolete now. --- vim/README.snipMate | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 vim/README.snipMate diff --git a/vim/README.snipMate b/vim/README.snipMate deleted file mode 100644 index a42e740..0000000 --- a/vim/README.snipMate +++ /dev/null @@ -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.