Commit Graph

292 Commits

Author SHA1 Message Date
linduxed
755b3a816a Added missing line to WTFPL snippet. 2013-04-10 17:44:53 +02:00
ALX-Liu-Xiao
4962bca954 Fix c.snippets:else
There is no ${2} in snippet el, but insteaded is a ${3}.
Change 3 to 2;
2013-04-10 00:39:52 +08:00
Yu Huanbo
d052a7d891 add nc(namespace and class) for php
http://knplabs.com/blog/boost-your-productivity-with-sf2-and-vim
2013-04-07 22:33:35 +08:00
Joey Curtin
eb7fccc558 added email and github to python.snippte-docs 2013-03-30 11:08:09 -04:00
Honza Pokorny
abbc5c1ec8 Merge pull request #185 from jhoepken/foam
Initial commit for OpenFOAM snippets
2013-03-27 08:56:29 -07:00
Pirogov Evgenij
62ac466722 Turn = into := 2013-03-24 00:09:49 +02:00
Jens Hoepken
e9904d0845 Initial commit for OpenFOAM snippets 2013-03-19 23:13:26 +01:00
Honza Pokorny
8e84c61631 Merge pull request #180 from mwcz/master
Added a semicolon to the sdf (self-defining function) javascript snippet
2013-03-17 17:03:49 -07:00
indi
7238147272 add reqr to expand to require_relative 2013-03-17 20:54:25 +01:00
mockturtl
da5894a87c fix FSF address
Per http://www.gnu.org/licenses/gpl-howto.html.
2013-03-17 20:49:59 +01:00
Marc Weber
dfe410306b merge changes from pull/179 2013-03-17 20:46:38 +01:00
mwcz
91f24bd88b fix javascript object function snippet 2013-03-15 14:53:35 -03:00
mwcz
c85575e50d add a snippet for Crockford's object() function 2013-03-14 15:13:36 -03:00
mwcz
4ce177eadd add semicolon to self-defining function (sdf) 2013-03-14 14:38:03 -03:00
Gui Lin
849d541bc8 Merge branch 'master' into my-js-snippets 2013-03-06 12:18:16 +08:00
Gui Lin
d8b43c12e8 improve for loop 2013-03-06 12:15:11 +08:00
Mike Foley
0fbb89d908 added delegate to ruby.snippets 2013-03-01 14:48:50 -08:00
Mike Foley
0ccc49e39d added a space to each_with_index Ruby snippet, to be consistent with similar snippets 2013-02-26 15:51:33 -08:00
Mike Foley
63551117aa added each_with_object Ruby snippets 2013-02-26 15:51:09 -08:00
Eustaquio Rangel
6e58f722f3 Fixed Ruby rSpec be_true and be_false 2013-02-25 09:07:04 -03:00
Eustáquio Rangel
843e6dd30b Merge pull request #173 from iurifq/master
Even more ruby rspec snippets
2013-02-19 10:43:00 -08:00
Iuri Fernandes
3ef38996f4 Import scala snippets created by @gorodok with some alterations. 2013-02-18 10:25:25 -03:00
Iuri Fernandes
6c4c7f51d7 Add snippets to rspec shared examples and new rspec syntax. 2013-02-18 10:09:55 -03:00
indi
74e1327302 fixed quotes in time tag snippet 2013-02-13 19:54:08 +01:00
Fatih Arslan
4c6cc10d54 Add log.Printf and Println to go snippets with fixes 2013-02-12 01:23:36 -08:00
Fatih Arslan
dfcb7ce519 Fix go functions 2013-02-12 01:12:58 -08:00
Andreas Krennmair
4036a5339b go: type os.Error became built-in type error after go r60. 2013-02-08 20:21:40 +01:00
Oliver Andrich
2dd0d252ff Merge remote-tracking branch 'upstream/master' 2013-02-05 21:58:03 +01:00
Oliver Andrich
d2337af7bb Fixed the {% with %} template tag from htmldjango.snippets 2013-02-05 21:57:41 +01:00
Iuri Fernandes
576063eb67 Add more rspec snippets. 2013-02-05 10:02:29 -03:00
Honza Pokorny
22b4f2073b Merge pull request #165 from oa/master
Updated python property snippet and added elif snippet to htmldjango
2013-01-29 10:00:37 -08:00
Josh Matthews
664c3dd684 Fixing numbering in html snippets. 2013-01-28 19:36:36 -05:00
Oliver Andrich
2773a13c33 Added elif snippet to htmldjango. 2013-01-27 20:55:13 +01:00
Oliver Andrich
c3ae804a82 A more complete property snippet for python.
This snippet is inspired by the snippet provided by Sublime Text. The
current snippet in the upstream repository is missing at least two
lines:

    return locals()
$1 = property(**$1())
2013-01-27 20:13:33 +01:00
Allen.M
64455cdf04 添加 javascript_jquery.snippets 软连接到 javascript-jquery.snippets
用来支持 neosnippet
2013-01-17 16:27:13 +08:00
chrisyue
2b59196777 Merge remote-tracking branch 'upstream/master' 2013-01-11 11:40:43 +08:00
chrisyue
ea806b1e9e fix typo 2013-01-11 11:37:02 +08:00
Nan Cloudio Jiang
4fff4b48e0 R.snippets. Add snippets for frequently used plot and statistical test functions 2012-12-21 20:04:19 -05:00
chrisyue
1bfc94e060 Merge remote-tracking branch 'upstream/master' 2012-12-20 16:33:41 +08:00
chrisyue
3a6142acfd fix a typo 2012-12-20 16:04:11 +08:00
chrisyue
16b958ccd3 add anotation, get and set snippet, good for doctrine 2012-12-20 15:57:51 +08:00
Bradlee Speice
fabf19a0e3 Add code for getopt in C, python, and BASH 2012-12-07 09:11:55 -05:00
Honza Pokorny
798e9ff2e1 Merge pull request #156 from chrisyue/master
make setter and getter even better
2012-12-03 10:37:51 -08:00
chrisyue
12f2641e9d make getter and setter even better 2012-12-04 00:18:40 +08:00
chrisyue
211b082845 Merge pull request #1 from zeroem/getset
Improved getset snippet
2012-12-03 07:37:12 -08:00
Marc Weber
373516590e Revert "add guard to the . python implementation"
reason: causes syntax problems to some people, and there may be bigger
changes due to evaluating merging with ultisnips anyway.

This reverts commit ad850f303b.
2012-12-03 09:39:21 +01:00
Darrell Hamilton
8cc31cd9d0 Improved getset snippet
- Reuse getter @return type for type hinting in the setter
  - Separate property and method names to compensate for case
    differences
2012-12-02 15:14:30 -08:00
Darrell Hamilton
ffcf23092b Use Filename() for interface and class name default values 2012-12-02 15:13:11 -08:00
Marc Weber
ad850f303b add guard to the . python implementation 2012-11-29 11:25:43 +01:00
Tom Vincent
e845b783d3 Add ledger snippet 2012-11-25 19:10:03 +00:00