Commit Graph

1239 Commits

Author SHA1 Message Date
Holger Rapp
f76d9356a2 Merge pull request #397 from lucc/bug/tex/newcommand
Tex: Escape a \.
2014-07-04 17:17:27 +02:00
Lucas Hoffmann
fe949a3477 Escape backslash before tabstop. 2014-07-03 22:49:07 +02:00
Holger Rapp
0d31e68682 Merge pull request #398 from Oberon00/patch-1
rst: Fix and improve rst_char_len
2014-07-03 22:36:03 +02:00
Honza Pokorny
060fb094c8 Merge pull request #399 from kevinschaul/master
Add javascript console.debug snippet
2014-07-03 16:26:01 -03:00
Christian
3dcb2900b2 rst: Remove comment about requiring Python 2.4+.
Ultisnips needs 2.6, so this is save.
2014-07-03 20:40:09 +02:00
Kevin Schaul
6c0f3aa278 Add javascript console.debug snippet 2014-07-03 10:04:20 -04:00
Christian
bb35409199 Fix and improve rst_char_len
The previously used regex was plainly wrong (see #394). This solution should be more solid.
2014-07-03 12:52:40 +02:00
Holger Rapp
19e30308c9 Merge pull request #396 from phux/master
php: Added basic class with namespace snippet.
2014-07-02 07:07:12 +02:00
Jan Mollowitz
f11ec0bf18 Added basic class with namespace snippet. 2014-07-01 21:47:05 +02:00
Marc Weber
43b272fd39 name/array/bar in php's fun snippet is annoying, remove them
There are anonymous functions, too: $a = function(){ .. };
2014-07-01 20:35:16 +02:00
Holger Rapp
bece421bda Merge pull request #395 from zauguin/master
C: Added ${VISUAL} to once snippet
2014-06-30 06:58:55 +02:00
zauguin
753e0ae39d Added ${VISUAL} to C once snippet 2014-06-30 06:46:10 +02:00
Holger Rapp
368acf7e27 Merge pull request #392 from feju/master
Julia: New documentation snippets
2014-06-26 06:47:06 +02:00
Felix Jung
4a63c78bd1 Added b option, removed todo snippet. 2014-06-25 11:01:10 +02:00
Felix Jung
db3a57e104 Initial commit
Adds snippets for function and type documentation, as used by the
DataArrays package for Julia.

Adds TODO snippet.
2014-06-23 13:48:32 +02:00
Felix Jung
79a0442e54 Added ternary operator snippet 2014-06-23 12:37:17 +02:00
Honza Pokorny
d6be69ad31 Merge pull request #391 from 0hansen/master
Added asserts for JUnit tests
2014-06-23 03:22:06 -03:00
Ole Hansen
0513b65541 Added JUnit asserts and fail snippets 2014-06-22 16:49:15 +02:00
Ole Hansen
a84f6f3819 Fixed singleton getInstance 2014-06-22 16:29:23 +02:00
Honza Pokorny
fa45583c4d Merge pull request #390 from crzidea/patch-2
Delete html_minimal.snippets
2014-06-19 03:09:46 -03:00
Honza Pokorny
a59a76538b Merge pull request #389 from crzidea/patch-1
Remove ; after "f"
2014-06-19 03:09:20 -03:00
Li Xin
0f02b64b3d Delete html_minimal.snippets
html_minimal.snippets has not been updated for 8 months. Some snippets is conflict with html.snippets.
2014-06-19 00:18:33 +08:00
Li Xin
bbf7e13943 Remove ; after "f"
Anonymouse functions may not need ; at most times.
2014-06-19 00:14:51 +08:00
Holger Rapp
2918d1e3ef Merge pull request #387 from feju/master
Julia: Snippets for Julia
2014-06-16 16:30:48 +02:00
Holger Rapp
ad8d939c5e Merge pull request #388 from opennota/master
Go: Add fori snippet
2014-06-15 18:02:54 +02:00
opennota
6acd456aae Add fori snippet for Go 2014-06-15 10:01:27 +07:00
Felix Jung
40e9ffc371 Fixes and additions
Various fixes to comply with vim-snippets conventions.
Addition of various new snippets.
2014-06-12 16:19:37 +02:00
Honza Pokorny
f3421aa0e5 Merge pull request #386 from cirosantilli/anchor-clipboard
Add HTML `ac` Anchor from Clipboard.
2014-06-12 04:42:33 -03:00
Felix Jung
64a62d09f8 Merge branch 'master' of github.com:feju/vim-snippets
Conflicts:
	snippets/julia.snippets
2014-06-11 20:54:01 +02:00
Felix Jung
335637c3b6 Fix indentation 2014-06-11 20:52:45 +02:00
Felix Jung
8161986df3 Fix indentation 2014-06-11 20:48:03 +02:00
Felix Jung
cbbb5b1720 Fix indentation 2014-06-11 20:45:53 +02:00
Felix Jung
2c86dc71f0 Merge remote-tracking branch 'upstream/master' 2014-06-11 20:08:00 +02:00
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