1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-20 04:47:59 +01:00
Commit Graph

127 Commits

Author SHA1 Message Date
Michael Sanders
57a88b6612 added zsh snippets 2009-07-11 12:06:50 -04:00
Michael Sanders
0875f5ea7b fixed bug with variables at end of lines 2009-07-11 12:06:31 -04:00
Michael Sanders
3f8bdec5bc fixed error in snippet highlighting 2009-06-25 13:50:52 -04:00
Michael Sanders
08a66dc3f9 fixed bug when leaving snippet to another buffer 2009-06-23 12:07:53 -04:00
Michael Sanders
ca3d2a44ed Added Tcl snippets 2009-06-23 12:07:07 -04:00
Michael Sanders
5a167dd17a added AutoIt snippets 2009-06-10 21:43:47 -04:00
Michael Sanders
692f33e3de added lambda python snippet 2009-06-10 21:43:28 -04:00
Michael Sanders
0906a1e428 fixed typo in Python snippet 2009-06-10 21:43:09 -04:00
Michael Sanders
95e34f42a1 fixed bug when there is over 9 tab stops on the same line 2009-06-06 13:55:51 -04:00
Michael Sanders
2fed6ad159 fixed bug with numbers in placeholders, and cleaned up the code a bit 2009-06-06 13:37:19 -04:00
Michael Sanders
31d03ef467 fixed bug with <c-r><tab> completion 2009-06-03 17:50:40 -04:00
Michael Sanders
9ad20e726f fixed typo in html snippet 2009-05-25 00:31:22 -04:00
Michael Sanders
61c4835294 fixed bug with updating tab stops when new lines are inserted 2009-05-15 12:01:43 -04:00
Michael Sanders
9c93438ec9 removed trailing whitespace from html snippets 2009-05-15 10:57:37 -04:00
Michael Sanders
f870b749a0 fixed typo in Ruby snippets 2009-05-15 10:55:37 -04:00
Michael Sanders
6228190c5a fixed a typo in bash snippet 2009-05-14 08:12:37 -04:00
Michael Sanders
a771c129d2 fixed bug with cancelling multi-snippet 2009-05-12 12:26:58 -04:00
Michael Sanders
ef57082b04 added syntax warning for incorrect snippet files 2009-05-12 12:23:27 -04:00
Michael Sanders
e0fc4d1d91 fixed typo in perl snippet 2009-05-11 11:28:35 -04:00
Michael Sanders
4e61b3af8a fixed some objc snippets 2009-05-11 00:02:17 -04:00
Michael Sanders
27e6362cdd fixed "property" Python snippet 2009-05-08 16:00:46 -04:00
Michael Sanders
fb41ba4a19 fixed typo in documentation 2009-05-08 15:58:52 -04:00
Michael Sanders
a03b603307 fixed bug with & in snippet placeholders 2009-05-04 17:03:49 -04:00
Michael Sanders
991d0442a5 updated documentation w/r/t <c-r><tab> 2009-05-03 14:57:39 -04:00
Michael Sanders
fdf1f8c029 cleaned up part of <c-r><tab> implementation 2009-05-03 14:38:53 -04:00
Michael Sanders
ba316ff819 added menu that shows available snippets when <c-r><tab> is pressed 2009-05-03 12:42:07 -04:00
Michael Sanders
fa6bec47b0 fixed backslashes in Ruby snippets 2009-05-03 11:25:07 -04:00
Michael Sanders
80740e95f8 added some more objc snippets 2009-05-03 11:20:53 -04:00
Michael Sanders
111916ad47 fixed/added some objc snippets 2009-04-25 11:34:52 -04:00
Michael Sanders
6b62642d7a fixed typo in html snippet 2009-04-23 17:40:08 -04:00
Michael Sanders
b90ecd9ed6 fixed outline order in documentation. 2009-04-19 21:53:54 -04:00
Michael Sanders
dc4cd34d31 updated documentation with regards to nested snippets 2009-04-15 16:22:46 -04:00
Michael Sanders
65ce006bd0 added disclaimer to convertSnip.py 2009-04-14 18:57:49 -04:00
Michael Sanders
ac45382833 fixed a typo in Obj-C snippets and added another snippet 2009-04-13 20:50:05 -04:00
Michael Sanders
ea15c7129a fixed a minor detail in s:UpdatePlaceholderTabStops() 2009-04-11 10:20:51 -04:00
Michael Sanders
1c2c75c27c got rid of some ugly global variables 2009-04-11 09:12:38 -04:00
Michael Sanders
324c1d559e fixed syntax highlighting for tab stops > 9 2009-04-11 09:12:26 -04:00
Michael Sanders
212b6f6048 added support for more than 9 tab stops 2009-04-11 00:04:45 -04:00
Michael Sanders
69623ae327 cleaned up, renamed, and fixed a bug with UpdateSnips() (now UpdateVars) 2009-04-11 00:02:01 -04:00
Michael Sanders
f6267e0b2b added some more vim script snippets 2009-04-10 15:07:37 -04:00
Michael Sanders
ae337edd40 cleaned up s:Update(TabStops|PlaceholderTabStops|Snip) functions 2009-04-10 14:56:57 -04:00
Michael Sanders
9f9d948fc8 added check to html_snip_helper.vim 2009-04-10 14:03:24 -04:00
Michael Sanders
78e0294627 updated documentation 2009-04-06 19:38:05 -04:00
Michael Sanders
ff1dc54cda fixed typo in C++ snippets 2009-04-06 13:10:52 -04:00
Michael Sanders
d2e3387761 added support for multiple snippet directories 2009-04-05 16:00:50 -04:00
Michael Sanders
3b64a6788c fixed bug when extracting filetypes on Windows 2009-04-05 12:07:02 -04:00
Michael Sanders
3a86a2beba fixed bug with aliased filetypes (e.g. loading C snippets for Obj-C files) 2009-04-05 11:47:17 -04:00
Michael Sanders
81159ab78c fixed bug when updating placeholders on separate lines 2009-04-05 11:01:03 -04:00
Michael Sanders
c254a3e8c4 cleaned up convertSnip.py to adhere to the PEP 8 style guide 2009-04-05 10:59:49 -04:00
Michael Sanders
f3777f928f updated Python snippets 2009-04-05 10:57:48 -04:00