Commit Graph

229 Commits

Author SHA1 Message Date
Holger Rapp
405521caad Cleaned up TCL snippets 2009-08-16 20:58:08 +02:00
Holger Rapp
3cf98270de Implemented listing of current snippets following the suggestion of jceb. This patch took another route than his suggestion, but should be functional equivalent 2009-08-16 20:55:08 +02:00
Holger Rapp
de9e35b8f7 Fixed stupid bug introduced in last revision 2009-08-16 18:50:14 +02:00
Holger Rapp
a96a6a31c9 Made trigger description include trigger by default. Patch suggested by jceb 2009-08-16 16:44:50 +02:00
Holger Rapp
c1462f3a02 _SnippetDictionary is no longer derived from dict since it makes no longer sense with the i option 2009-08-16 16:42:32 +02:00
Holger Rapp
cd0b859b62 Implemented i option (inword snippet expansion) along the line of the patch by jceb, also added his test cases 2009-08-16 16:34:54 +02:00
Holger Rapp
f5610ae451 Added a contributors section to the help file 2009-08-16 16:07:34 +02:00
Holger Rapp
f4515daeee Fixed bug 411010 2009-08-09 15:00:20 +02:00
Holger Rapp
43e60ebd57 Added support for extends keyword. With this it is simple to make inheritance trees of snippets for file types 2009-08-02 11:57:43 +02:00
Holger Rapp
1236d0ab86 Refactored parsing of Snippets files a bit to make it easier to extend the syntax 2009-08-02 11:29:42 +02:00
Holger Rapp
5eaed114db Fixed 407144. Also added test cases for it 2009-08-02 10:35:23 +02:00
Holger Rapp
4d550b4b90 Small cleanup in tm_objc. Not completed 2009-08-01 11:27:22 +02:00
Holger Rapp
1aa73e8306 Fixed a small bug while printing out non ascii chars 2009-07-30 20:03:56 +02:00
Holger Rapp
fdb6622073 Fixed test case for expandtab. Expected functionality has changed in the last commit 2009-07-30 19:52:42 +02:00
Holger Rapp
ac163993a9 Fixed expandtabs. Was broken at the beginning of the line. Now it is broken in the middle of the line 2009-07-30 08:08:36 +02:00
Holger Rapp
51f462bbde Replaced space indent through tab indent in snippets. This is more logical now that expandtab is adhered to 2009-07-29 22:46:11 +02:00
Holger Rapp
22804a2cbb Cleaned up HTML snippets 2009-07-29 19:29:28 +02:00
Holger Rapp
8fb1412791 - fixed a bug related to indentexpr. vim just has too many options
- expandtab and ts options are now taken into consideration when expanding tabs
2009-07-29 09:49:44 +02:00
Holger Rapp
274ef83833 Fixed bug #405502. Also added a test case for it 2009-07-28 08:04:53 +02:00
Holger Rapp
24ce06515d Finally fixed #404819 2009-07-27 16:59:04 +02:00
Holger Rapp
cb458a0ce7 Attemp to work around SuperTabs <tab> claiming when installed in the home vim folder 2009-07-27 09:51:09 +02:00
Holger Rapp
e5058084c3 Fixed a missing self; a bug that slipped the tests 2009-07-26 23:03:59 +02:00
Holger Rapp
2f28d0ebb5 Fixed bug #404822 with a patch by jceb. 2009-07-26 17:42:40 +02:00
Holger Rapp
39fdc55a58 Unified hdr to #! 2009-07-24 16:43:32 +02:00
Holger Rapp
8c7c82dafd Added img link 2009-07-24 16:42:16 +02:00
Holger Rapp
5ee8b842eb Fixed some bugs related to char escaping in snippet definitions. fixes #401687 2009-07-22 12:08:21 +02:00
Holger Rapp
a76165c147 Fixed a backslash in printf and fprintf snippets 2009-07-21 18:03:39 +02:00
Holger Rapp
242d9f8664 Pushed version to 1.1. Prepare a release 2009-07-21 10:33:40 +02:00
Holger Rapp
d0a50ae9d2 Made trigger keys configurable. Added support for setting forward jump and expand to the same key 2009-07-21 10:21:05 +02:00
Holger Rapp
9292919205 Fixed rwprop now... maybe 2009-07-20 21:25:01 +02:00
Holger Rapp
ebc685232e Fixed rwprop 2009-07-20 21:22:31 +02:00
Holger Rapp
9c3456e3c5 Cleaned perl snippets up 2009-07-20 07:51:35 +02:00
Holger Rapp
954e579d7b Fixed README 2009-07-20 07:42:21 +02:00
Holger Rapp
f0d55cad19 Cleaned sh snippets up 2009-07-20 07:40:11 +02:00
Holger Rapp
46db06a901 Cleaned vim snippets up 2009-07-20 07:29:45 +02:00
Holger Rapp
5a1b36e6aa Splitted c snippets into c and c++ 2009-07-20 07:25:02 +02:00
Holger Rapp
11c20ee093 Beefed converter script a bit. Still an ugly hack. Imported HTML and CSS snippets from Textmate 2009-07-19 22:53:25 +02:00
Holger Rapp
c3dff61ef1 Fixed a small bug with string escaping in transformations. Went over the c snippets from TextMate, reworked them to work without any shell code (for compatibility sake) 2009-07-19 17:12:57 +02:00
Holger Rapp
47a7948526 Conditional replaces can now be nested 2009-07-19 16:44:29 +02:00
Holger Rapp
5a42d16499 Added snippets for snippets. Fixed a subtle bug with overwriting snippets 2009-07-19 12:56:10 +02:00
Holger Rapp
e1b66b9bce Added link to Vims script page on vim.org 2009-07-18 01:32:07 +02:00
Holger Rapp
6574033ad0 Removed the snippet options item from the Roadmap. It is already implemented 2009-07-18 01:28:39 +02:00
Holger Rapp
0943961479 Added support for b option. Some snippets can be defined to only be valid at the beginning of the line 2009-07-18 00:51:19 +02:00
Holger Rapp
0b9d1cf6ca Added ChangeLog 2009-07-18 00:19:11 +02:00
Holger Rapp
c1494c6d83 A small refactoring 2009-07-18 00:14:20 +02:00
Holger Rapp
5d2a39a0c5 Fixed a inconsequent handling of indent: indent was different for recursive snippets then for the othermost snippet 2009-07-17 23:42:33 +02:00
Holger Rapp
93b3cc7126 Added support for overwriting of previous snippet definitions 2009-07-17 23:33:48 +02:00
Holger Rapp
e3ae328d8c Added support for dotted ft syntax 2009-07-17 23:00:59 +02:00
Holger Rapp
e9c1dd597a All done. Ready for intial release I guess 2009-07-16 18:08:32 +02:00
Holger Rapp
3e25a15469 Fixed the annoying bug 2009-07-16 17:49:35 +02:00