commentary: Comment stuff out. Use `gcc` to comment out a line (takes a count), `gc` to comment out the target of a motion (for example, `gcap` to comment out a paragraph), and `gc` in visual mode to comment out the selection. That's it. |
||
|---|---|---|
| .. | ||
| php | ||
| README | ||
| all.snippets | ||
| bindzone.snippets | ||
| c.snippets | ||
| coffee.snippets | ||
| coffee_jasmine.snippets | ||
| cpp.snippets | ||
| css.snippets | ||
| d.snippets | ||
| django.snippets | ||
| elixir.snippets | ||
| erlang.snippets | ||
| eruby.snippets | ||
| go.snippets | ||
| haskell.snippets | ||
| help.snippets | ||
| html.snippets | ||
| html_minimal.snippets | ||
| htmldjango.snippets | ||
| java.snippets | ||
| javascript.snippets | ||
| javascript_ember.snippets | ||
| javascript_jasmine.snippets | ||
| jinja2.snippets | ||
| json.snippets | ||
| lua.snippets | ||
| mako.snippets | ||
| markdown.snippets | ||
| objc.snippets | ||
| ocaml.snippets | ||
| perl.snippets | ||
| php.snippets | ||
| puppet.snippets | ||
| python.snippets | ||
| rails.snippets | ||
| rst.snippets | ||
| ruby.snippets | ||
| sh.snippets | ||
| snippets.snippets | ||
| tcl.snippets | ||
| tex.snippets | ||
| texmath.snippets | ||
| twig.snippets | ||
| vim.snippets | ||
| xhtml.snippets | ||
| xml.snippets | ||
| zsh.snippets | ||
README
This directory contains the main scripts that come bundled with UltiSnips. Standing On The Shoulders of Giants =================================== The snippets have been collected from various other project which I want to express my gratitude for. My main source for inspiration where the following two projects: TextMate: http://svn.textmate.org/trunk/Bundles/ SnipMate: http://code.google.com/p/snipmate/ All snippets from those sources were copied and cleaned up, so that they are - not using shell script, only python (so they are cross platform compatible) - not using any feature that UltiSnips doesn't offer UltiSnips has seen contributions by various individuals. Those contributions have been merged into this collection seamlessly and without further comments. -- vim:ft=rst:nospell: