public
Description: A bunch of snippets to use with NERD Snippets
Homepage:
Clone URL: git://github.com/scrooloose/snippets.git
name age message
file Rakefile Fri Mar 06 04:27:25 -0800 2009 Importing TextMate Bundles of Python language [willian]
directory _/ Fri Mar 06 04:35:35 -0800 2009 I forgot if, else and elif commands [willian]
directory ant/ Sat Jan 24 04:33:53 -0800 2009 add snippets and support functions [Martin Grenfell]
directory eruby-rails/ Mon Jan 26 23:51:54 -0800 2009 remove stray backslashes from some snippets [Martin Grenfell]
directory eruby/ Sat Jan 24 04:33:53 -0800 2009 add snippets and support functions [Martin Grenfell]
directory html/ Sat Jan 24 04:33:53 -0800 2009 add snippets and support functions [Martin Grenfell]
directory java/ Sat Jan 24 04:33:53 -0800 2009 add snippets and support functions [Martin Grenfell]
directory javascript-jquery/ Sat Jan 24 19:26:21 -0800 2009 add the rest of akitaonrails's snippets, opps! [Martin Grenfell]
directory javascript/ Sat Jan 24 04:33:53 -0800 2009 add snippets and support functions [Martin Grenfell]
directory objc/ Sat Feb 07 15:31:34 -0800 2009 changed objc log snippet to fit better into ner... [fishman]
directory php/ Sat Feb 07 15:30:27 -0800 2009 Updated snippets. Some local php additions. Si... [gaving]
directory python/ Fri Mar 06 04:35:35 -0800 2009 I forgot if, else and elif commands [willian]
file readme.txt Sat Jan 24 14:12:45 -0800 2009 add a note about support_functions.vim [Martin Grenfell]
directory ruby-factorygirl/ Sat Jan 24 19:26:21 -0800 2009 add the rest of akitaonrails's snippets, opps! [Martin Grenfell]
directory ruby-rails-rjs/ Sat Jan 24 19:26:21 -0800 2009 add the rest of akitaonrails's snippets, opps! [Martin Grenfell]
directory ruby-rails/ Mon Jan 26 23:52:19 -0800 2009 add mirroring to the defupdate rails snippet [Martin Grenfell]
directory ruby-rspec/ Tue Jan 27 16:58:37 -0800 2009 Rspec snippet 'anr' was 'and_raise', and 'anra'... [dpetersen]
directory ruby/ Wed Jan 28 01:57:33 -0800 2009 duplicate tas.snippet and give it a sensible fu... [Martin Grenfell]
file support_functions.vim Mon Jan 26 01:09:29 -0800 2009 bugfix: use NS_camelcase, not NS_camelCase [Martin Grenfell]
directory vim/ Sat Jan 24 04:33:53 -0800 2009 add snippets and support functions [Martin Grenfell]
readme.txt
This repo contains a collection of snippets to use with the NERD snippets
plugin (http://github.com/scrooloose/nerdsnippets).

It contains:
* my personal snippets
* all the rails related snippets converted from textmate by Fabio Akita (http://github.com/akitaonrails)
* a bunch of python and php snippets by Gavin Gilmour (http://github.com/gaving)

support_functions.vim contains functions that are called from some of the
snippets. This file should be sourced somewhere like your vimrc or the same
place you do the rest of your snippet setup.