Commit Graph

11 Commits

Author SHA1 Message Date
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
5ea5d2893a [cpp] Minor bug fixes
Fixed broken sequences on a few STL container snippets. Renamed
the access modifier snippets to avoid conflicts.
2012-08-28 11:22:12 -07:00
Aaron Broder
260f24cccc [cpp] Added iteration section. 2012-08-28 09:54:53 -07:00
Aaron Broder
6518bba15f [cpp] Created input/output section. 2012-08-28 09:43:20 -07:00
Aaron Broder
4700702ea5 [cpp] Created class section 2012-08-28 09:41:16 -07:00
Aaron Broder
3b952e73fa [cpp] Added access modifier snippets. 2012-08-28 09:33:50 -07:00
Aaron Broder
32eef65402 Finished STL container snippets 2012-08-27 21:24:47 -07:00
Aaron Broder
7fe10931b2 [cpp] Reorganized snippets for consistency.
Added comments to snippets that didn't have any. Reordered snippets so
relevant snippets were close together. Removed cout/cin snippets for
consistency with other snippets in std namespace.
2012-08-27 14:10:27 -07:00
Aaron Broder
8108ecd980 [cpp] Added C++11-style foreach snippet. 2012-08-27 14:01:57 -07:00
Erik Westrup
d3bb731b37 Snippets for cin and cout 2012-01-01 12:16:47 +01: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