vim-snippets/UltiSnips
pydave 2f20b96a50 Add vim modeline snippets
Add an 'all' and a 'help' snippet for vim modelines.

The 'all' snippet implements the advice in tabstop's docs about setting
softtabstop when using noexpandtab what other variables (expandtab,
shiftwidth, and tabstop) to set. It sets these variables to their
current values.

Vim supports two forms of modelines, but only the second (that includes
the 'set') works in languages with comment terminators (/* like C */).

The 'help' snippet uses exactly what vim help files use (including the
leading space -- I expect users will insert the modeline at the start of
a line).

Does some unnecessary interpolation ('set' and 'vim') to prevent vim
from interpreting the snippet definition as a modeline for the snippets
file.
2014-08-01 09:31:13 -07:00
..
all.snippets Add vim modeline snippets 2014-08-01 09:31:13 -07:00
bib.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
bindzone.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
c.snippets Added ${VISUAL} to C once snippet 2014-06-30 06:46:10 +02:00
coffee_jasmine.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
coffee.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
cpp.snippets Remove /* code */ placeholders from c, cpp and d. 2014-04-18 18:10:50 +10:00
cs.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
css.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
d.snippets Fixed final switch in the UltiSnippets snippet 2014-05-28 06:48:18 -04:00
django.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
elixir.snippets Remove credit line as requested. 2014-03-04 17:47:04 +01:00
erlang.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
eruby.snippets Extend html in eruby 2014-07-27 19:20:29 -04:00
go.snippets Add fori snippet for Go 2014-06-15 10:01:27 +07:00
haskell.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
help.snippets Add vim modeline snippets 2014-08-01 09:31:13 -07:00
html_minimal.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
html.snippets update meta charset in html 2014-04-10 12:13:17 +03:00
htmldjango.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
htmljinja.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
java.snippets Make trigger for "else" inline with recommendations. 2014-07-26 09:49:49 +01:00
javascript_angular.snippets Rename angular config. Add angular controller. 2014-04-21 14:13:00 -04:00
javascript_ember.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
javascript_jasmine.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
javascript_jsdoc.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
javascript.snippets Update javascript.snippets 2014-05-07 15:10:33 +03:00
jinja2.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
json.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
julia.snippets Added b option, removed todo snippet. 2014-06-25 11:01:10 +02:00
ledger.snippets Merge branch 'testing' of https://github.com/ravl1084/vim-snippets into testing 2014-07-15 16:13:02 -05:00
lhaskell.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
lua.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
mako.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
markdown.snippets add priority and inword option 2014-04-28 14:40:10 +02:00
objc.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
ocaml.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
pandoc.snippets add priority and inword option 2014-04-28 14:40:10 +02:00
perl.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
php_phpunit.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
php_symfony2.snippets Added basic class with namespace snippet. 2014-07-01 21:47:05 +02:00
php.snippets PHP Class snippet was working wrong 2014-07-06 22:22:35 -05:00
proto.snippets Remove placeholder text in proto snippets. 2014-04-16 08:19:50 +02:00
puppet.snippets Add back closing curly braces for puppet type snippets 2014-03-04 18:27:38 +01:00
python.snippets Add python test snippets for assertIsNone and assertIsNotNone 2014-07-25 10:59:07 -04:00
r.snippets add cleaned-up snippets for R 2014-06-09 10:47:43 +02:00
rails.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
README Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
rnoweb.snippets Add R snippets to Rnoweb 2014-03-29 16:52:21 -05:00
rst.snippets Merge pull request #408 from Oberon00/rst-fix-python3 2014-07-26 14:42:08 +02:00
ruby.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
rust.snippets One new snippet and one small fix for Rust 2014-06-01 12:39:50 +02:00
scss.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
sh.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
snippets.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
soy.snippets Add "priority -50" to UltiSnips/soy.snippets 2014-04-16 09:03:41 -07:00
tcl.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
tex.snippets add snippet options to some snippets 2014-05-06 14:55:24 +02:00
texmath.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
twig.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
vim.snippets add snippet options to some snippets 2014-05-06 14:55:24 +02:00
xhtml.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
xml.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00
zsh.snippets Brings current UltiSnips snippets into the repository. 2014-03-04 09:17:27 +01:00

This directory contains the snippets for UltiSnips.
https://github.com/sirver/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/

UltiSnips has seen contributions by many individuals. Those contributions have
been merged into this collection seamlessly and without further comments.

-- vim:ft=rst:nospell: