Commit Graph

12 Commits

Author SHA1 Message Date
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
Michael Thessel
5da33b7a01 Removed unnecessary whitespace from the end of the line 2013-06-20 23:57:07 +02:00
Michael Thessel
4eb88d7993 Removed comment blocks from placeholders 2013-06-20 23:57:07 +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
mockturtl
da5894a87c fix FSF address
Per http://www.gnu.org/licenses/gpl-howto.html.
2013-03-17 20:49:59 +01:00
Bradlee Speice
fabf19a0e3 Add code for getopt in C, python, and BASH 2012-12-07 09:11:55 -05:00
Jack Stalnaker
28ce3bb6f4 added switch, switch with no default, and case snippets to c snippets 2012-10-18 16:27:02 -05:00
Aaron Broder
e7d5983bfc [c] Reorganized to match cpp snippets 2012-08-28 11:41:46 -07:00
Aaron Broder
67c276b85d [c/cpp] Added postfix tab stop to most snippets
This allows for people to quickly tab to the end of the snippet and
continue writing code without having to exit insert mode.
2012-08-28 11:22:24 -07:00
Aaron Broder
06b2e3a188 [c] Added 'elif' snippet. 2012-08-28 10:34:24 -07:00
Marc Weber
94aebfaadd Move all snippet files into a snippets directory so that you can install it
using VAM. The reason is that snipmate automatically looks for snippets
found in &rtp/snippets
2011-06-21 09:02:13 +02:00