Commit Graph

  • dbeecdbe24 use consistent spacing in vim file rygwdn@gmail.com 2011-04-27 12:37:07 -0300
  • a63c3f9a18 Improvements to UltiSnipsEdit command by jmcantrell which partially fixes bug 748433 Holger Rapp 2011-04-09 17:58:30 +0200
  • eeb8dc4831 Disable vims auto-wrapping inside snippets Holger Rapp 2011-04-09 17:48:14 +0200
  • a790674b45 Fixed a small thin in the mako snippets Holger Rapp 2011-04-09 16:30:41 +0200
  • 2def1b4ce1 Escaping of \ didn't work Holger Rapp 2011-04-01 16:50:49 +0200
  • 52438051be Added a section about character escaping to the docs Holger Rapp 2011-03-31 08:01:32 +0200
  • 8513aa48d8 Added a new variable for snippet directory names. UltiSnips directories can be excluded to not make the shipped plugins available Holger Rapp 2011-03-31 07:40:56 +0200
  • c3300e2385 Updated ChangeLog Holger Rapp 2011-03-31 06:58:04 +0200
  • 1b782e1218 Compatibility changes for python 2.6, mainly for windows Holger Rapp 2011-03-30 08:23:59 +0200
  • 86ae63635e Skip a bogus test on windows Holger Rapp 2011-03-29 07:15:31 +0200
  • 0f50245882 Leave initial indent of line alone, only reindent snippet definition Holger Rapp 2011-03-29 07:02:14 +0200
  • a0a2b54f52 Catch errors and show them in a scratch buffer instead of posting useless lines in the statusbar Holger Rapp 2011-03-28 23:02:58 +0200
  • db82894c02 Added a testcase for verification of a question on launchpad Holger Rapp 2011-03-28 20:54:30 +0200
  • c408ae937e Fixed some lines in contributors Holger Rapp 2011-03-28 20:27:54 +0200
  • 6324ff1435 Added a ftplugin file for .snippets file and set some sane defaults for folding Holger Rapp 2011-03-27 08:09:12 +0200
  • 3563b7a57f Added improvements to the syntax file by Anthony Jackson Holger Rapp 2011-03-27 08:07:44 +0200
  • 20742d3a6c Added a test case for bug 719649 Holger Rapp 2011-03-25 09:09:46 +0100
  • 7f7adc1b9e Removed some unicode symbols that confuse windows Holger Rapp 2011-03-25 08:27:19 +0100
  • 09e4b7a708 We sent the keys for testing as unicode and expect vim to write the output as utf-8. Holger Rapp 2011-03-25 08:21:48 +0100
  • cacecfc9e2 Correct encoding of test.py Holger Rapp 2011-03-25 07:45:22 +0100
  • 62231439f0 More windows test case fixing action Holger Rapp 2011-03-25 07:36:55 +0100
  • 52c50db0e9 ork around for testing on windows. Some systems expect a second keystroke after ` and ´. Holger Rapp 2011-03-24 08:49:33 +0100
  • 336e5caad3 Added some snippets for the mako template language Holger Rapp 2011-03-24 08:43:07 +0100
  • 066b1d2bb4 Merged Ryans fixes to test on windows Holger Rapp 2011-03-14 21:38:40 +0100
  • b0ff9b6fa1 Added my snippet collection for Lua Holger Rapp 2011-03-14 20:36:45 +0100
  • f970651dfb Merged improvements for Textmate converter script by Daniel Hahler Holger Rapp 2011-03-14 20:22:16 +0100
  • 8a09bdad98 Added Daniel Hahler to the contributors Holger Rapp 2011-03-14 20:19:35 +0100
  • 093a27a5b1 Do not mess with clipboard while testing. Fix by Daniel Hahler (blueyed) Holger Rapp 2011-03-14 20:18:58 +0100
  • 1f128556e0 Doc fixes by Daniel Hahler (blueyed) Holger Rapp 2011-03-14 20:07:03 +0100
  • 00164824f1 Applied Ryans fix for bug 720611 Holger Rapp 2011-03-14 20:00:51 +0100
  • d47f28f4db Improve get_tm_snippets.py script: Daniel Hahler 2011-03-07 23:53:21 +0100
  • 5556432fd1 Minor doc fixes. Daniel Hahler 2011-03-07 17:53:11 +0100
  • 6c210e26fe fixes bug #720611 by keeping track of which filetypes have been tried. rygwdn@gmail.com 2011-02-28 23:31:32 -0400
  • 53f3df59db added ability to skip tests depending on platform rygwdn@gmail.com 2011-02-28 22:41:04 -0400
  • 45bad8667c try to ensure that the GVIM window is open before sending keys to it rygwdn@gmail.com 2011-02-28 22:00:47 -0400
  • da3f4077ee merged with trunk rygwdn@gmail.com 2011-02-28 20:49:15 -0400
  • 07bfcb5f84 Fixed a typo in the documentation Holger Rapp 2011-02-24 23:12:51 +0100
  • e5591e2517 Dummy commit to overwrite old tags on launchpad Holger Rapp 2011-02-21 09:34:12 +0100
  • 81be10835c Initialize output variable in tests, so that less timing errors occure. This makes testing more stable on my system Holger Rapp 2011-02-20 23:15:04 +0100
  • 9eb0e5b810 Parsing ultisnips takes even longer Holger Rapp 2011-02-20 21:22:37 +0100
  • cee3b423fc Fix some 'No such mapping' warnings which led to random test failures on my system Holger Rapp 2011-02-20 21:18:45 +0100
  • 37f28fe580 Sleep a bit after sourcing widelands in tests. Increases reliability on my system Holger Rapp 2011-02-20 21:18:25 +0100
  • a7ebbe37fc Merged my fixes for proper handling of autoformatting Holger Rapp 2011-02-20 21:17:56 +0100
  • 57cf2790cb Refactored fix for better understandability Holger Rapp 2011-02-20 21:16:56 +0100
  • 91520a2160 Refactored test cases Holger Rapp 2011-02-20 20:58:43 +0100
  • 70ba6f0083 Added another test case that encloses the snippet Holger Rapp 2011-02-20 20:54:16 +0100
  • 461e81d6a2 Added stricter test case that show the problem and implement fixes for them Holger Rapp 2011-02-20 20:49:32 +0100
  • e66d4adfda Added initial support for testing on windows. rygwdn@gmail.com 2011-02-20 13:11:51 -0400
  • b371f0c8c4 Updated syntax file by Timo Schmiade Holger Rapp 2011-02-19 20:00:24 +0100
  • c8fe2f4b02 Added a syntax file by Timo Schmiade. Made sure all shipped files are recognized as snippets, even when ftdetect is not in /Users/sirver Holger Rapp 2011-02-17 14:07:27 +0100
  • 3f7bfeec1b ft should be snippets not snippet Holger Rapp 2011-02-17 14:00:45 +0100
  • e730eeff0e Added a small notice about contribution to the README Holger Rapp 2011-02-17 13:59:40 +0100
  • 528759dbcc Fixed a typo in the documentation Holger Rapp 2011-02-17 12:37:08 +0100
  • be07baf2a8 Handle the case when vim was not compiled with the langmap option Holger Rapp 2011-02-16 13:38:51 +0100
  • a4242d65f7 Fixed a map with select mode unmapping 1.3 Holger Rapp 2011-02-13 19:34:21 +0100
  • 95e54271be Updated Changelog Holger Rapp 2011-02-12 12:32:29 +0100
  • 489a9ad8d4 Small fixes from Ryan Holger Rapp 2011-02-06 22:18:09 +0100
  • 386e0a6a9b Return true from expand_anon if the snippet was actually expanded. rygwdn@gmail.com 2011-02-04 20:09:28 -0400
  • 30738b2176 Use faster, cleaner method for modifying the path. rygwdn@gmail.com 2011-02-04 20:02:30 -0400
  • 29eb9dca69 Erlang snippets from g0rdin Holger Rapp 2011-01-12 13:19:19 +0100
  • ad3a3d7242 tweaked receive snippet for erlang g0rdin 2011-01-10 02:07:59 +0100
  • 06b6aeba34 Added useful snippets to erlang snippets g0rdin 2011-01-08 23:20:07 +0100
  • 89522d1ad2 Added snippets for erlang (grabbed from TextMate bundles) g0rdin 2011-01-08 22:25:28 +0100
  • 4930e21663 Merged anonymous snippets feature from Ryan Holger Rapp 2010-12-21 13:25:35 +0100
  • 92f979dcc8 Added documentation for the new functions rygwdn@gmail.com 2010-12-20 22:49:55 -0400
  • 1e068f102a Add test to ensure that anon snippets aren't added to the list of snippets. rygwdn@gmail.com 2010-12-18 13:59:00 -0400
  • 98b396ff24 Fixes Bug #427676. rygwdn@gmail.com 2010-12-18 13:07:46 -0400
  • 8c71d10ad2 Merged Ryans Bug fix Holger Rapp 2010-12-18 12:15:31 +0100
  • b065b5cf30 Fixes Bug #691575. rygwdn@gmail.com 2010-12-17 22:38:56 -0400
  • 3310ccb41d Added eruby and rails snippets from Ches Martin Holger Rapp 2010-12-06 14:27:33 +0100
  • 6e7f848f29 applied Ryan's fix for proper vimlike indenting Holger Rapp 2010-11-23 14:06:37 +0100
  • fbb339d03e add option to not expand tabs in snippet rygwdn@gmail.com 2010-11-22 10:14:47 -0400
  • eff5ec2c66 use shiftwidth again as per bug comments rygwdn@gmail.com 2010-11-22 09:59:06 -0400
  • 9464f0c99c better name for 'tab' attribute, and expand to tabstops, rather inserting 'ts' spaces rygwdn@gmail.com 2010-11-18 14:00:36 -0400
  • 23924c3249 use sts instead of sw for initial tabs rygwdn@gmail.com 2010-11-18 13:30:07 -0400
  • c20c76be71 Fixes bug #676998. rygwdn@gmail.com 2010-11-18 12:58:15 -0400
  • a7a3de7d8c Fixes from Ryan Holger Rapp 2010-11-17 15:37:12 +0100
  • 2fe73f0926 add ability to have newlines before braces in java snippets rygwdn@gmail.com 2010-11-16 17:01:39 -0400
  • 65a282c58d fix whitespace in c/cpp snippets rygwdn@gmail.com 2010-11-16 17:00:51 -0400
  • d74c3f697b fixes bug with trailing whitespace rygwdn@gmail.com 2010-11-16 15:32:28 -0400
  • 5630899b26 Added rupa deadwyler Holger Rapp 2010-11-13 11:25:01 +0100
  • 8329008b10 recognize .snippets files Holger Rapp 2010-11-13 00:10:31 +0100
  • 16d6335ab1 Small correction for ref snippet in tex Holger Rapp 2010-11-13 00:07:03 +0100
  • 49f4d35d80 recognize .snippets files rupa 2010-11-12 17:29:26 -0500
  • b9c48763c5 Removed unneeded import statement Holger Rapp 2010-09-23 10:50:51 +0200
  • 13331a8aba Fixed a bug if a snippet contains folding markers. Call normal zv (show current line) after each insertion Holger Rapp 2010-09-23 10:49:39 +0200
  • 76a8d7b2a5 Updated ChangeLog Holger Rapp 2010-09-22 13:04:59 +0200
  • c095147fa1 Added commands UltiSnipsReset and UltiSnipsEdit by JCEB Holger Rapp 2010-09-22 13:01:04 +0200
  • 54a2350646 Added a codeblock snippet Holger Rapp 2010-09-11 14:29:55 +0200
  • c74e8b0612 Added a nice begin/end snippet. Triggered with b or begin Holger Rapp 2010-09-03 17:04:46 +0200
  • 14da7e5bf9 Fixed a small typo 1.2 Holger Rapp 2010-08-22 13:57:19 +0200
  • 05c09d746a Merged my fixes for the bug Ryan brought up Holger Rapp 2010-08-21 13:10:47 +0200
  • 09939c2921 Fixed the bug again Holger Rapp 2010-08-21 13:07:54 +0200
  • 5340bb174e New failing tests Holger Rapp 2010-08-21 12:06:03 +0200
  • 00656a2bb7 Merged my fix for bug 427298 Holger Rapp 2010-08-20 10:30:33 +0200
  • 29704145a3 Updated ChangeLog Holger Rapp 2010-08-20 10:22:00 +0200
  • 58b562b58b Added documentation about smap unmapping Holger Rapp 2010-08-20 10:20:22 +0200
  • 243e93312e Whitespace fixes in help doc Holger Rapp 2010-08-20 10:04:55 +0200
  • fb8be85865 Removed the Roadmap from the help docs since it is constantly outdated Holger Rapp 2010-08-20 10:03:09 +0200
  • 5aac3f5836 Implemented a fix for select mode mappings along the lines of the suggestions by Ryan. Added tests. Documentation is still missing Holger Rapp 2010-08-20 09:32:12 +0200