9bee55407fTrait snippet for PHP
Mathew Attlee
2016-04-30 13:17:26 +0100
062650cd7cMerge pull request #721 from codeinabox/php-consistent-class-namespace
Louis Pilfold
2016-04-30 12:18:03 +0100
05b7e5c4e2Updated PHPUnit, Symfony and Laravel class snippets to be consistent with existing PHP snippets' namespace and adding <?php
Mathew Attlee
2016-04-30 11:28:18 +0100
9674db7849Merge pull request #683 from kernelrain/master
Louis Pilfold
2016-02-15 11:13:48 +0000
37eecfccddMerge pull request #685 from RJ-Jesus/patch-1
Louis Pilfold
2016-02-14 12:01:55 +0000
0f25922960Missed 'art'
Ricardo Jesus
2016-02-13 21:43:50 +0000
1ac7329ff6Fixed typo in rust fix
Georgios Samaras
2016-02-12 22:09:12 +0100
db5f46439fFixed let/letm snippet for Rust files. When expanding the let pattern, one would end up with something like "let I: I${4:type} = I;" (I representing the cursor jump marks), so the nested jump marks are inserted literally. I fixed that unwanted behaviour by replacing the let and letm patterns by let (for immutable variable bindings with type inference), lett (for immutable variable bindings with explicit type annotation), letm (for mutable variable bindings with type inference) and lettm (for mutable variable bindings with explicit type annotation).
Georgios Samaras
2016-02-12 22:00:40 +0100
0b025c6afcMerge pull request #680 from andyw8/avoid-deprecated-rails
Louis Pilfold
2016-02-07 20:36:19 +0000
62e94f5b06Remove snippet for deprecated find(:all)
Andy Waite
2016-02-07 20:32:22 +0000
e97e0d097cRemove respond_with snippet
Andy Waite
2016-02-07 20:31:05 +0000
16e922e7feUse update rather than `update_attributes
Andy Waite
2016-02-07 20:28:55 +0000
850bfc7adaMerge pull request #679 from andyw8/change-rails-snippet-triggers
Louis Pilfold
2016-02-07 15:44:46 +0000
31b2fe023aChange Rails snippet triggers
Andy Waite
2016-02-07 14:54:19 +0000
3a55cad702Merge pull request #660 from melko/master
Louis Pilfold
2016-02-04 12:55:24 +0000
e73c5b8036Merge pull request #676 from blueyed/python-debuggers
Louis Pilfold
2016-01-30 18:06:25 +0000
e8b7ebb913python: fix multiple commands on a single line; add bpdb
Daniel Hahler
2016-01-29 17:08:06 +0100
ca361c43f9Merge pull request #668 from phux/hotfix/php-array-snippet-only-in-beginning
Louis Pilfold
2016-01-29 18:10:16 +0000
0fc7fd1181Merge pull request #672 from kevinkoltz/master
Louis Pilfold
2016-01-17 03:34:09 +0000
4f434d6510Remove extra whitespace
Kevin Koltz
2016-01-16 14:19:37 -0600
e71fdd142cAdd to slim snippets
Louis Pilfold
2016-01-15 10:47:25 +0000
4d15c0a30dMerge pull request #670 from komputerwiz/master
Louis Pilfold
2016-01-11 16:32:42 +0000
ba38c83495Use snipMate syntax
Matthew Barry
2016-01-11 10:29:54 -0600
bfe6914f1cMerge pull request #669 from phux/enhancement/php-snippets
Louis Pilfold
2016-01-11 14:41:05 +0000
1a33ecc5eePHP: added a few more language method snippets.
Jan Mollowitz
2016-01-11 15:28:15 +0100
d1453cdd76PHP: trigger php 'array' snippet only for beginning of line.
Jan Mollowitz
2016-01-11 15:23:33 +0100
7f8583e925Merge branch 'master' of github.com:Pompeu/vim-snippets
Pompeu
2016-01-10 01:22:39 -0200
a30d36b883node require(re) snippet now can use new types of variables not only var by defult, can change in $1
Pompeu
2016-01-10 01:21:56 -0200
ac2c763c05Merge pull request #666 from crzidea/js-es6
Louis Pilfold
2016-01-08 12:35:55 +0000
fb6c005724Merge pull request #665 from dengyaolong/master
Louis Pilfold
2016-01-08 12:34:54 +0000
edd6a3ed5dArgs start at ${0}
Li Xin
2016-01-08 18:12:22 +0800