250 Commits

Author SHA1 Message Date
Steven Humphrey
fed052c80a Adjusted perl snippets for some best practices 2012-12-18 09:26:56 +00:00
Pedro Algarvio
0d8c8b2363 Support single quoting projects. 2012-12-11 12:40:24 +00:00
kiith-sa
6de6f25ddc Merge https://github.com/SirVer/ultisnips 2012-12-01 18:16:43 +01:00
kiith-sa
a236077901 A toString() snippet. 2012-12-01 18:15:01 +01:00
Holger Rapp
f81cc7a522 Fixed pythons rwprop snippet. 2012-11-25 08:14:03 +01:00
kiith-sa
59abbd6c96 Fixed the Par: snippet. 2012-11-15 23:57:35 +01:00
kiith-sa
fcb4ea1a2f Fixed a typo. 2012-11-11 01:42:46 +01:00
kiith-sa
a451f2fe99 Synchronized with source branch 2012-11-10 18:50:26 +01:00
kiith-sa
2a432a8db8 Added a "union" snippet. 2012-11-10 18:29:33 +01:00
Øystein Walle
d4b03a8195 Add comments to shell detection functions 2012-11-06 17:21:31 +01:00
kiith-sa
75f69ac34f catch snippet fix, assert snippet improvement. 2012-11-04 14:03:02 +01:00
Øystein Walle
5eeef2c4d8 Change snippets to use getShell() 2012-11-03 17:13:22 +01:00
Øystein Walle
630b74872b Add test to determine shell
The 'sh' filetype in Vim covers sh, bash and ksh. This function looks
for declared variables that results from Vim's own test. The global
variables are checked first since they are typically specifed by the
user in .vimrc
2012-11-03 17:12:50 +01:00
Øystein Walle
5f1f8d6700 Add snippets for zsh
zsh is a seperate filetype from sh in Vim. This uses the sh snippets
while changing the shebang-related snippets.
2012-11-03 15:48:27 +01:00
kiith-sa
b83eee6068 Fixed bugs in "catch" and "fdoc" snippets. 2012-11-02 18:40:53 +01:00
Holger Rapp
39f9d77fe3 Improvements to C snippets by Vivien Didelot 2012-11-02 12:46:19 +01:00
kiith-sa
a004ad3dd0 Fixed two minor bugs. 2012-11-01 20:37:58 +01:00
kiith-sa
80a60bf818 Added snippets for the D programming language. 2012-11-01 16:57:16 +01:00
Holger Rapp
4d642ddee3 ife snippet for C by theocrite 2012-10-13 12:11:50 +02:00
Holger Rapp
ed941fb59a Removed content tag from html snippets. 2012-10-08 09:10:19 +02:00
Holger Rapp
5fe09b8e3a Improved the div snippet in html a bit 2012-09-03 19:29:04 +02:00
Holger Rapp
a1f9776037 Improved HTML and PHP snippets. Patch by Jacek Wysocki 2012-08-06 11:21:50 +02:00
Holger Rapp
890291e42d Adhere to pseudostandard of length of sections in Vim help. Patch by Martin Krauskopf 2012-07-08 12:01:25 +02:00
Alexander Kondratskiy
e9a783857b Better commentboxes. Patch by Alexander Kondratskiy. 2012-07-02 13:14:10 +02:00
Holger Rapp
3860ca8d8c Merge pull request #19 from neoascetic/master
Fixes for Markdown
2012-06-26 02:28:20 -07:00
Pavel Puchkin
ff79899ac3 "markdown" is right filetype, not "mkd" 2012-06-26 19:31:29 +11:00
Pavel Puchkin
5256107d5f Typo fix in markdown snippet 2012-06-26 19:17:25 +11:00
Jacek Wysocki
92f393b245 added optional __construct to class name 2012-06-22 12:03:04 +02:00
Jacek Wysocki
41d50aff77 order removed $options load from contruct 2012-06-22 12:00:15 +02:00
Jacek Wysocki
74bd536002 added my custom php snippets 2012-06-22 11:50:22 +02:00
Holger Rapp
e41bb29792 Merge pull request #16 from graudeejs/master
Updated ruby snippets by graudeejs
2012-05-22 02:19:14 -07:00
Holger Rapp
0423ee5073 Coffee and Jasmine snippets by Ches Martin 2012-05-22 11:14:58 +02:00
Aldis Berjoza
25be45de10 Update ruby snippets 2012-05-19 14:55:09 +03:00
Pavel Puchkin
6f223dcd3f ...only on new line 2012-05-05 18:11:13 +11:00
Pavel Puchkin
4f80d6c084 Added PDB breakpoint snippet 2012-05-05 17:50:50 +11:00
Holger Rapp
93b480ab6f html: added doctype for html 5.0. Suggested by harry 2012-04-25 09:49:04 +02:00
Holger Rapp
5782180811 Added chapter and part to RST snippets. Suggested by Chen Houwu 2012-04-25 09:14:19 +02:00
Holger Rapp
98799115e3 rst: Parts should be marked with '#' 2012-04-24 11:33:17 +02:00
Chris Lasher
c3a02d849d Allow Sphinx info field list-formatted docstrings.
This change supports Sphinx info field lists in docstrings.
http://sphinx.pocoo.org/domains.html#info-field-lists

The user can specify this preference by setting the
``ultisnips_python_style`` variable to ``"sphinx"``; e.g., in the .vimrc
or other configuration file, add the following line:

    let g:ultisnips_python_style = "sphinx"
2012-03-03 23:36:32 +01:00
Chris Lasher
2ee0b01e60 Python snippets docstrings adhere to PEP 257.
These changes bring the presentation of Python docstrings within the
Python snippets inline with the standards set out in PEP 257.
http://www.python.org/dev/peps/pep-0257/

The changes include: making sure that there is a blank line between the
end of a multiline docstring and the closing triple-quotes; making sure
code starts on the next immediate line after a docstring (no blank lines
following a docstring); removing trailing whitespace from docstring
lines.
2012-03-01 17:14:08 -05:00
Holger Rapp
f8af2e2fa6 Updated go snippets, added json snippets 2012-02-24 09:42:56 +01:00
Holger Rapp
b0f6985fe8 Merge branch 'patch-1' of https://github.com/mellort/ultisnips 2012-02-22 11:55:30 +01:00
Nick Anderson
14578a2366 Add bind zonefile snippets for creating a new zone, and inserting an A record 2012-02-21 23:59:08 -06:00
Anthony Wilson
cb95040960 Add Haskell snippets.
- Initial version courtesy github.com/laughedelic/dotvim
- Converted to ultisnips format
2012-02-21 22:55:20 +08:00
mellort
b049fe7d52 oops! looks like someone misnumbered this snippet 2012-02-20 17:39:36 -05:00
Holger Rapp
e5551cd6cf Added a vis snippet to snippets.snippets 2012-02-16 20:36:38 +01:00
Martin Grenfell
7c1fc6cf88 Fix a bug with the eruby:slt snippet
One of the placeholders was missing a $ sign.
2012-02-14 18:52:44 +01:00
Holger Rapp
1b904ea637 Some fixes in rails and ruby snippets 2012-02-12 08:10:27 +01:00
Holger Rapp
6c1371ff25 htmldjango is django + html 2012-02-06 10:11:52 +01:00
Holger Rapp
a5738f653e Improvements to the tex/texmath snippets by jorge 2012-02-06 10:10:41 +01:00