Simeon Willbanks
7cef242835
Merge pull request #266 from simeonwillbanks/sw/go-variables
...
Go Variables
2013-08-27 19:31:14 -07:00
William Ma
4c7fba87d5
fixed auto iterator in cpp
2013-08-28 04:41:41 +10:00
Bruno Sutic
ff7606bdc5
Ruby pry
snippet inserts only one line
...
Problem: pry snippet inserts 2 lines instead of one. The other line is
used as a document header margin (for source code readability).
2013-08-21 16:31:32 -07:00
Simeon F. Willbanks
481f74b86c
Add snippets for declaring and initializing a single variable, both longhand and shorthand.
2013-08-21 09:01:21 -07:00
Bruno Sutic
0f452a4875
Fix ruby super_call
snippet
...
There was no tab in the beginning of the line and snippet wasn't
working.
2013-08-17 13:14:05 -07:00
Iuri Fernandes
3c2517d7c7
Merge pull request #261 from carme-264pp/improve_ruby_snipptes
...
fixed conflict ruby snippets.
2013-08-16 05:53:38 -07:00
Mike Foley
790355c688
remap haml triggers: mail_to = mt/mts, link_to = lt
2013-08-15 17:34:23 -07:00
Mike Foley
85a4bc5fc1
fix typo in haml mail_to
2013-08-15 15:04:30 -07:00
Mike Foley
62166691a8
add link_to, mail_to to haml snippets
2013-08-15 12:32:07 -07:00
carme
db20c6140b
fixed conflict ruby snippets.
2013-08-14 22:07:31 +09:00
Kevin Mees
883916a91d
Added livescript str snippet
2013-08-09 15:41:50 +02:00
Kevin Mees
1df60aadd2
Added livescript req! snippet
2013-08-09 15:37:35 +02:00
Kevin Mees
1fd1d3b53f
Added livescript match snippet
2013-08-09 15:36:34 +02:00
Kevin Mees
552aaa4dd0
Converted Coffeescript SnipMate snippets to Livescript
2013-08-09 15:35:41 +02:00
Marc Weber
8024cfcecd
while -> wh, see #230 and README.md
2013-08-08 11:24:27 +02:00
Marc Weber
c0cddc9f86
ruby: count from 1, not 0 (I think its very important to think about the name)
...
add static_var snippet
2013-08-08 09:28:08 +02:00
Björn
b4fe1eb09d
fix underline length
...
if you're hasty and type more than three '='s/'-'s, the underline will be longer than the title above. To fix this we need to subtract the (remaining) length of the current line from the length of the title.
2013-08-04 03:52:18 +02:00
Kevin Schaul
a490c1ee8d
Added snippets for d3 (javascript)
...
Based on Shan Carter's snippets for Sublime
https://github.com/shancarter/sublime-text-d3
2013-08-02 18:02:43 -04:00
babybeasimple
4e23383bea
(haml.snippets): add number_to_currency helper snippet
2013-07-29 15:04:04 +04:00
babybeasimple
eddf0273c7
(eruby.snippets): add number_to_currency helper snippet
2013-07-29 15:03:31 +04:00
Simeon F. Willbanks
e688bfe1fd
Add Go snippets for invoking named and anonymous functions in goroutines
2013-07-26 08:56:21 -07:00
Michi Huber
5ce921601a
Add function do ... end snippet to elixir
2013-07-22 08:52:16 +02:00
Gea-Suan Lin
743da3a940
In HTML5, we don't need xml-style close tag.
2013-07-20 23:45:40 +08:00
Gea-Suan Lin
5a95942a8a
Perfer to use <meta charset="utf8">.
...
Both are valid in HTML5, and both are valid in major browsers, so we
choose shorter version.
And move charset before title, because <title> might contain multibyte
string.
Ref: https://code.google.com/p/doctype-mirror/wiki/MetaCharsetAttribute
2013-07-20 23:42:24 +08:00
Santiago Gallego
6164455931
Added python epydoc snippet
2013-07-18 21:31:59 +02:00
Honza Pokorny
bebd5000c8
Merge pull request #244 from simeonwillbanks/master
...
Refactor go Snipmate snippet "if", so you can tab into if block body
2013-07-17 10:53:12 -07:00
Simeon F. Willbanks
9c2cfdd51a
Refactor go Snipmate snippet "if", so you can tab into if block body
2013-07-17 10:22:01 -07:00
Dale Roberts
e477c20bd6
Fix bug in thm
2013-07-10 17:27:17 +02:00
Björn-Egil Dahlberg
52f500fd07
Add erlang common_test testsuite snippet
2013-07-10 15:52:40 +02:00
Marc Weber
533fe487a1
ruby snippets:
...
use do dov for both engines
drop #TODO comments
changing defaults is bad, but I expect ruby folks to expect do to type
do ..
doo has the advantage to get a completion popup .. but its too long to
type
The UtiSnips do snippet didn't make sense: the nested placeholder still
didn't remove the space after the "do" when deleting it - so it was
written badly. Could be fixed, by why bother?
Thus learn do and dov and be happy forever. Would Do be a better choice
(upper case chars?) Don't know. This was used by UltiSnips.
Comment on this commit if you don't like this choice.
2013-07-08 23:47:14 +02:00
Marc Weber
80697bea6f
replace Filename by vim_snippets#Filename and document it
...
It doesn't make sense that all snippet engines have to
keep this function somewhere
2013-07-08 23:47:14 +02:00
kenshin54
a1d8992489
Add inline if snippet to c.
2013-07-06 22:17:27 +08:00
Iuri Fernandes
3f956a0f48
Add ruby snippets for "it { should respond_to :method }"
2013-07-05 11:17:21 -03:00
Matt Stevens
8e678bd903
Add snippet for pudb in Python
2013-07-03 09:48:45 +01:00
babybeasimple
6fbe9913f2
refactor (ruby.snippet) new pattern for rspec snippets
2013-06-30 15:49:17 +04:00
Vladimir Rybas
9573b83de4
Duplicated Ruby snippet sel
2013-06-29 08:42:22 +07:00
aisensiy
dc336dcd49
ruby test assert_diff with a chance to set value
2013-06-27 16:00:14 +08:00
Tobie Warburton
17b4633bdc
added __unicode__ python snippet
2013-06-26 10:42:22 +01:00
Iuri Fernandes
a8d936b0e8
Add snippet for do to elixir snippets
2013-06-25 21:40:02 -03:00
Iuri Fernandes
acb135cfad
Refactor some ruby rspec/shoulda snippets and add new ones
2013-06-23 12:58:54 -03:00
Iuri Fernandes
efb571e2c5
Place together ruby on rails migrations snippets
2013-06-23 12:58:30 -03:00
Marc Weber
68532499e5
Merge branch 'shoulda_matchers' of git://github.com/babybeasimple/vim-snippets into babybeasimple-shoulda_matchers
...
* 'shoulda_matchers' of git://github.com/babybeasimple/vim-snippets:
add rspec shoulda matchers snippets
make rspec section definiton comment more readable
move accepts_nested_attributes_for to attributes section
Conflicts:
snippets/ruby.snippets
2013-06-23 13:33:47 +02:00
Marc Weber
9ffd166a55
fixes, add link to discussion page
2013-06-23 13:31:33 +02:00
babybeasimple
e3e7ab1b45
add rspec shoulda matchers snippets
2013-06-23 14:45:32 +04:00
babybeasimple
c3403b2daa
make rspec section definiton comment more readable
2013-06-23 14:44:41 +04:00
babybeasimple
673415f2d0
move accepts_nested_attributes_for to attributes section
2013-06-23 14:15:22 +04:00
Marc Weber
344ac6ea2c
new policies for if, eif, el
...
What about wh(ile)?
drop some placeholder comments which don't add (enough) value to keep
for patterns used very often.
2013-06-23 02:30:26 +02:00
DSIW
64c819f892
Add instance variable cache snippet to ruby snippets
2013-06-22 16:26:11 +02:00
DSIW
0806bd70d6
Add snippet for two columns to latex snippets
2013-06-22 16:26:11 +02:00
DSIW
78b0f38e5c
Add frame to latex snippets
2013-06-22 16:26:11 +02:00