Commit Graph

1056 Commits

Author SHA1 Message Date
Felix Jung
7cd1221581 Changed from spaces to tabs 2014-06-11 20:06:51 +02:00
Honza Pokorny
405aff0506 Merge pull request #385 from 0hansen/master
Corrections and singleton pattern for java
2014-06-11 14:17:07 -03:00
Ciro Santilli
33803e6123 Add ac Anchor from Clipboard. 2014-06-11 17:09:13 +02:00
Ole Hansen
106d004488 Merge branch 'master' of https://github.com/honza/vim-snippets 2014-06-11 15:33:02 +02:00
Ole Hansen
ad254f84b3 Added singleton pattern 2014-06-11 15:31:01 +02:00
Ole Hansen
c24c99cc65 Corrected constructor call 2014-06-11 11:48:15 +02:00
Holger Rapp
92575e1bd6 Merge pull request #382 from lpil/master
CSS: pseudo elements & classes
2014-06-10 19:26:04 +02:00
Holger Rapp
7d055aa31f Merge pull request #383 from 0hansen/master
Java: fixed some issues and added declarations for collections
2014-06-10 19:25:47 +02:00
Ole Hansen
64a4d3c922 Added declarations for common collections: d.al = declare array list; d.hm = declare hash map; d.hs = declare hash set; d.st = declare stack 2014-06-09 19:10:56 +02:00
Ole Hansen
e5293e3769 Added a trailing space to java snippets that will be followed by
a space.
2014-06-09 17:34:32 +02:00
Ole Hansen
0ec9a04f56 Inserting filenames was not working for java snippets. Fixed by
supplying the "$1" argument instead of an empty String.
2014-06-09 17:29:58 +02:00
Holger Rapp
e77a70430e Merge pull request #380 from emzap79/rsnips
R: a bunch of clever snippets.
2014-06-09 12:53:42 +02:00
Louis
32d8eafe12 CSS pseudo elements & classes 2014-06-09 10:46:15 +01:00
emzap79
b76fe5e8ef add cleaned-up snippets for R 2014-06-09 10:47:43 +02:00
Honza Pokorny
2626c4588f Merge pull request #379 from mjipeo/master
Replace spaces with tabs to avoid Python syntax error
2014-06-09 02:47:13 -03:00
Minjong Chung
ee3900ab7b Replace spaces with tabs to avoid Python syntax error 2014-06-09 14:42:09 +09:00
Honza Pokorny
9c7ecb533d Merge pull request #378 from Vorzard/master
Add snippet for the AGPLv3 license
2014-06-08 15:25:05 -03:00
Vorzard
1eeef032d3 Add AGPL3 2014-06-08 17:18:29 +02:00
Felix Jung
a973f6bc46 Initial commit 2014-06-05 17:41:17 +02:00
Holger Rapp
45bcd32d59 Merge pull request #373 from Sawyer47/rust-fix
Rust: fixes and one new snippet.
2014-06-01 12:57:23 +02:00
Piotr Jawniak
b0733edacc One new snippet and one small fix for Rust 2014-06-01 12:39:50 +02:00
Holger Rapp
c3db5beee9 Merge pull request #372 from Sawyer47/rust-snippets
Rust: new snippets and cleanup.
2014-05-31 15:51:40 +02:00
Piotr Jawniak
c80c281219 New snippets and cleanup for Rust 2014-05-31 14:35:25 +02:00
Holger Rapp
8ee2c03776 Merge pull request #371 from rsw0x/master
d: Fixed final switch
2014-05-31 12:04:12 +02:00
rsw0x
0100f9c7ea Fixed final switch in the UltiSnippets snippet 2014-05-28 06:48:18 -04:00
Holger Rapp
5470b2f348 Merge pull request #368 from Nighoo/master
sh: Add escaping of $
2014-05-22 16:43:08 -07:00
Holger Rapp
d2455bbd89 Merge pull request #369 from majjoha/master
Remove line breaks after snippets.
2014-05-22 16:41:54 -07:00
majjoha
8c2dd2be62 Remove line breaks after snippets. 2014-05-22 15:30:56 +02:00
Nico Suhl
d5e0cc53ba Add escaping of $
without escaping the snippet can not be expanded
2014-05-22 15:09:58 +02:00
Holger Rapp
debd257115 Merge pull request #367 from tebeka/go-test
Go: test and benchmark functions snippets.
2014-05-19 06:32:04 -07:00
Miki Tebeka
954853816a description after trigger 2014-05-18 12:57:53 +03:00
Miki Tebeka
fb0a6fc758 Better name 2014-05-18 07:49:08 +03:00
Miki Tebeka
84d9764fb5 Snippets for Go test and benchmark functions 2014-05-17 07:11:35 +03:00
Holger Rapp
4ed409154b Merge pull request #360 from lucc/descriptions
tex,vim: add snippet descriptions
2014-05-12 05:23:07 -07:00
Holger Rapp
1406df6fe3 Merge pull request #365 from joshaw/master
java: Add missing semicolons and anchors
2014-05-12 05:22:01 -07:00
Josh Wainwright
7adbe2eed7 Merge branch 'master' of https://github.com/honza/vim-snippets 2014-05-08 08:59:34 +01:00
Josh Wainwright
0326b5ba97 Use more readable format for snippets including ending semi-colon. 2014-05-08 08:48:09 +01:00
Josh Wainwright
3cb138312f Removed implicit $0 at end of snippent 2014-05-08 08:47:05 +01:00
Honza Pokorny
8ee0f3a440 Merge pull request #364 from pgilad/patch-1
Add useful javascript snippets
2014-05-08 03:05:58 -03:00
Josh Wainwright
33830aea0c Added couple of $0 anchors where missing. 2014-05-07 22:46:43 +01:00
Josh Wainwright
2438821340 Added semi-colons to end of lines where missing. 2014-05-07 22:45:53 +01:00
Gilad Peleg
e7f047b666 Update javascript.snippets 2014-05-07 15:10:33 +03:00
Gilad Peleg
98b1b48d92 add b flag and edit placeholder 2014-05-07 15:09:41 +03:00
Gilad Peleg
d0d1e59ad0 Add useful javascript snippets 2014-05-07 10:19:01 +03:00
Lucas Hoffmann
2672bde2fb add snippet options to some snippets 2014-05-06 14:55:24 +02:00
Lucas Hoffmann
27c2c2ba7b add quotation marks 2014-05-06 14:52:35 +02:00
Lucas Hoffmann
da157ef079 add snippet descriptions 2014-05-06 14:50:22 +02:00
Lucas Hoffmann
85004a6c60 add snippet descriptions 2014-05-06 14:50:22 +02:00
Marc Weber
9376b6ea35 merging "contributing notes" into "Policies for contributors" - thanks lucc 2014-05-06 13:13:44 +02:00
Marc Weber
2f5e1dace4 fix 2014-05-06 13:09:47 +02:00