Commit Graph

  • 1a99766b73 Give the abort argument to all functions (#1048) master lacygoill 2019-05-05 07:05:57 +0200
  • 0fdf2ece4f Prioritize local mappings over global ones (#1049) lacygoill 2019-05-05 07:05:11 +0200
  • 0165e50d0d Tag UltiSnips-snippet-search-path is obsolete (#1047) lacygoill 2019-05-05 07:04:17 +0200
  • 423aa280b9 Fix typo in README yofri 2019-05-05 12:03:23 +0700
  • 6fdc3647f7 feature/docs-improvement-of-is-expandable-func (#975) Viacheslav Lotsmanov 2018-05-01 01:01:36 +0500
  • 30e651fb1f refactor documentation with snippets loading procedure section (#954) Gordon 2018-04-18 06:34:07 +0100
  • 905e524924 Rename some variables for added clarity. (#977) Holger Rapp 2018-04-16 11:20:37 +0200
  • 21ea2f4efc Hoist up folding. (#976) Holger Rapp 2018-04-15 23:22:14 +0200
  • 64a023a7ec Towards using an internal buffer for all snippet updates. (#973) Holger Rapp 2018-04-14 17:59:48 +0200
  • 165dd4b3cd Code simplifications. (#972) Holger Rapp 2018-04-14 16:25:44 +0200
  • 943156d879 Add note about contributing to traceback (#969) Andrey Orst 2018-04-11 22:55:30 +0300
  • f4304d59cc fix bug when vim option 'selection' is 'exclusive' (#883) Zhong Liu 2018-04-11 16:19:45 +0800
  • 4eac979888 Disable auto detecting changes to snippet files on expansion (#967) Holger Rapp 2018-04-11 00:52:48 +0200
  • 9014274598 Minor simplifications. (#966) Holger Rapp 2018-04-11 00:09:48 +0200
  • debef2b1a7 Remove long unused .bzrignore. (#968) Holger Rapp 2018-04-10 23:26:12 +0200
  • 36f5618745 Removed unnedded code. (#963) Holger Rapp 2018-04-09 16:37:33 +0200
  • 64289acdb1 Update issue_template.md (#959) Andrey Orst 2018-04-09 16:54:25 +0300
  • 01c4bde123 Remove travis caching and avoid rate limiting. (#962) Holger Rapp 2018-04-09 15:05:40 +0200
  • 411d0118ef Use a GitHub access token to avoid rate limiting of API. (#961) Holger Rapp 2018-04-09 12:51:34 +0200
  • 1e35bb3802 Mention deoplete as supported. Holger Rapp 2018-04-08 21:47:13 +0200
  • c5ef0d0355 Fix UltiSnipsSnippetDirectories suggestion in docs (#960) Andrey Orst 2018-04-07 23:20:40 +0300
  • 519597a2d1 Tweaking GitHub issue template. Holger Rapp 2018-04-05 22:44:45 +0200
  • acb3fc320b Tweaking GitHub issue template. Holger Rapp 2018-04-05 22:31:47 +0200
  • 0058ddb9be Tweaking GitHub issue template. Holger Rapp 2018-04-05 22:30:20 +0200
  • 5e10218ece Added a GitHub issue template. Holger Rapp 2018-04-05 22:29:22 +0200
  • 0f42294846 Adds a CONTRIBUTING.md file. Holger Rapp 2018-04-05 21:22:20 +0200
  • da6efc3e7d Rename scripts -> docker. Make repro more useful. Holger Rapp 2018-04-05 21:52:33 +0200
  • 42956dd140 Fix pwd call. Holger Rapp 2018-04-05 20:33:42 +0200
  • 1546022088 Make makefile a bit more powerful. Holger Rapp 2018-04-03 21:52:35 +0200
  • c7a9d21d6f Add a dockerfile for quick, manual testing. Holger Rapp 2018-04-03 21:35:45 +0200
  • 9777b6ec40 document IsExpandable() to check if snippet is expandable without expanding (#957) Enno 2018-04-02 16:10:23 -0300
  • b11b397d65 Eur symbol is translated in EUR instead of EU. Holger Rapp 2018-04-01 21:22:37 +0200
  • 53c6771d2b Install unidecode, so that all things we can test are tested. Holger Rapp 2018-04-01 20:57:57 +0200
  • cd5c1fd09d Install vim in /usr/local instead of /root inside docker. Holger Rapp 2018-04-01 20:51:05 +0200
  • 6ee724a1ce
    Enable testing for python3 too. (#955) Holger Rapp 2018-04-01 20:50:03 +0200
  • 662e036028 Actually load the docker cache before executing tests. Holger Rapp 2018-04-01 09:38:39 +0200
  • 71ab5319e3 Add support for editing snippets in a new tab (#917) Michael Anhari 2018-04-01 02:49:15 -0400
  • 23b9f11b7a Fix character selection when using VISUAL on all platforms (#926) Johnson 2018-04-01 14:45:17 +0800
  • 539c557680
    Move travis testing into docker for better consistency. (#950) Holger Rapp 2018-04-01 00:56:34 +0200
  • 3515cb6c13 Adapt to the new way that tmux wants unicode be send. Holger Rapp 2018-03-30 22:02:51 +0200
  • 2470a1b380 Updated release date for 3.1. Holger Rapp 2015-12-07 08:19:13 +0100
  • a8e7e26954 Documentation improvements: don't clean 1st tabstop if it's not empty (#929) lacygoill 2018-03-30 20:41:33 +0200
  • 89c93fc089 Mark source as volatile (#844) Tom Beynon 2018-03-30 19:37:02 +0100
  • 423f264e75 Merge pull request #867 from RyanSquared/master Stanislav Seletskiy 2017-06-30 14:13:24 +0700
  • 1e40333a50 Merge pull request #868 from J3soon/fix_visual_V Stanislav Seletskiy 2017-06-30 14:09:49 +0700
  • 5a7ec5cea2 Fix selection using ${VISUAL} in line selection mode on Windows. Johnson 2017-06-30 09:30:21 +0800
  • 6d2a2b81cd
    doc/UltiSnips.txt: Add ToC link to snippet options RyanSquared 2017-06-29 18:54:58 -0500
  • 6b187827e2 Merge pull request #864 from J3soon/fix_visual Stanislav Seletskiy 2017-06-27 18:06:43 +0700
  • b9f4438aeb Fix selecting one more character when using ${VISUAL} on Windows. Johnson 2017-06-23 10:23:58 +0800
  • 113a901f41 Merge pull request #860 from jpfender/fix-not-tag Stanislav Seletskiy 2017-06-13 20:59:33 +0700
  • a94293614f fix emphasis in doc file that created a tag Jakob Pfender 2017-06-13 13:51:54 +1200
  • 5352d98f21 fix unicode decode error with f-keys in py3 Stanislav Seletskiy 2017-01-20 16:35:07 +0700
  • 7f7058d8ce #691, #812: fix unicode compat with py3 Stanislav Seletskiy 2017-01-20 16:26:28 +0700
  • 69574e7760 address issue #691: ignore non-unicode at all Stanislav Seletskiy 2017-01-20 14:13:05 +0700
  • 9dd41b92f5 address issue #691: try to fix non-utf encoding Stanislav Seletskiy 2017-01-20 13:31:10 +0700
  • f974e0317f fix autotrigger on backspace Stanislav Seletskiy 2016-12-16 12:10:07 +0700
  • 9a670c502b make <CR> start autotrigger Stanislav Seletskiy 2016-11-15 14:42:40 +0700
  • 71c39721de Merge pull request #775 from rubencabrera/master Stanislav Seletskiy 2016-10-24 12:54:29 +0700
  • ba5deae853 Update documentation Rubén 2016-10-21 12:47:36 +0200
  • f66f3d8b95 Merge pull request #753 from mgedmin/fix-unicode-error-on-py3 Stanislav Seletskiy 2016-10-21 14:23:35 +0700
  • 9c39aa1bbd Only use vim.bindeval() if it exists Marius Gedminas 2016-09-16 23:25:15 +0300
  • 2098788e69 Use vim.bindeval() to avoid Unicode problems Marius Gedminas 2016-09-16 15:03:08 +0300
  • 97a280417b Merge pull request #754 from mgedmin/fix-version-check Stanislav Seletskiy 2016-09-19 17:55:34 +0700
  • b48d3ca2ab Fix Vim version checks in tests Marius Gedminas 2016-09-16 23:48:54 +0300
  • 7549874758 change mercurial to git Stanislav Seletskiy 2016-09-07 19:51:30 +0700
  • 8d77e89d65 Improve/simplify filetype handling for buffers (#745) Daniel Hahler 2016-09-07 14:51:16 +0200
  • dfde9b0032 Merge pull request #747 from noscript/master Stanislav Seletskiy 2016-09-07 18:46:37 +0700
  • b6ef2333b4 syntax fix for subdirs Sergey Vlasov 2016-09-07 11:16:45 +0300
  • ff10513cdd Merge pull request #735 from SolaWing/FixVisualRange Stanislav Seletskiy 2016-08-16 11:37:35 +0700
  • b7fcce30e0 fix visual placeholder multi call solawing 2015-06-17 13:51:54 +0800
  • b4c7a5788a Merge pull request #730 from tweekmonster/django-plus Stanislav Seletskiy 2016-08-05 13:05:21 +0700
  • 104e571c4a Allow file type to be passed into UltiSnips#FileTypeChanged() Tommy Allen 2016-08-04 00:09:57 -0400
  • e8c485eb3c Merge pull request #720 from thalesmello/master Stanislav Seletskiy 2016-07-07 12:10:24 +0500
  • 6a7843bcb3 Include examples about how to create postfix thalesmello 2016-07-07 03:19:02 -0300
  • 1c6b4f75a0 fix 107: error, introduced in 47d343d Stanislav Seletskiy 2016-05-16 09:32:05 +0600
  • b5edea2e99 examples: add link to vim-pythonx lib Stanislav Seletskiy 2016-05-08 03:14:59 +0600
  • b1a707d675 examples: autojump demo Stanislav Seletskiy 2016-05-08 03:09:33 +0600
  • 0cf51055fc README.md: link to seletskiy and new article Stanislav Seletskiy 2016-05-06 11:15:34 +0600
  • d37fda1240 minor typo fix Stanislav Seletskiy 2016-05-06 11:14:12 +0600
  • ae01893c85 article about tabstop generation Stanislav Seletskiy 2016-05-06 11:09:22 +0600
  • 3c420ed63f README.md: fix link to demo.gif Stanislav Seletskiy 2016-04-28 10:55:39 +0600
  • 9306fdc6d0 README.md: start examples section Stanislav Seletskiy 2016-04-28 10:53:48 +0600
  • aaa89bf0d6 actions: do not break cursor on single line change Stanislav Seletskiy 2016-04-27 22:29:50 +0600
  • 6cd168c5b4 print errors in regexp triggers Stanislav Seletskiy 2016-04-27 20:25:41 +0600
  • 8250d33bca Merge pull request #686 from kovetskiy/ultisnipsedit Stanislav Seletskiy 2016-04-18 12:05:58 +0600
  • eb7240ff7d UltiSnipsEdit look for non empty files in snippets directories Egor Kovetskiy 2016-04-14 13:29:45 +0600
  • 4c71935cba Merge pull request #684 from kovetskiy/master Stanislav Seletskiy 2016-04-14 13:31:01 +0600
  • 47d343d5c4 highlight context syntax as python code Egor Kovetskiy 2016-04-13 17:50:38 +0600
  • 2e62906c33 allow specify context using special header Egor Kovetskiy 2016-04-13 17:15:20 +0600
  • 5d4094b2bb quick and dirty fix tests for vanilla vim Stanislav Seletskiy 2016-04-01 18:40:58 +0600
  • ea8094c506 syntax: treat python in context/actions as string Stanislav Seletskiy 2016-04-01 15:27:31 +0600
  • 61df32722b syntax highlighting: fix context highlighting Stanislav Seletskiy 2016-03-29 21:15:17 +0600
  • 3a3e56a987 grant access to visual to context and actions Stanislav Seletskiy 2016-03-29 16:48:41 +0600
  • 059c9a9da2 Merge pull request #679 from SirVer/overwrite-tabstops-from-py-interpolation Stanislav Seletskiy 2016-03-29 21:18:25 +0600
  • 23a6ec87cd Merge pull request #663 from kmarius/fix-transformation Stanislav Seletskiy 2016-03-29 21:17:41 +0600
  • 8fdfde1905 Fix escapes in conditional tabstob transformation marius 2016-02-20 15:30:54 +0100
  • 7536ac9002 tabstops can be overwritten from interpolation Stanislav Seletskiy 2016-03-28 12:21:09 +0600
  • a514585cde ignore .ropeproject Stanislav Seletskiy 2016-03-28 12:21:07 +0600
  • ed40bebabf Add test cases for conditional transformations marius 2016-02-24 14:25:43 +0100
  • 25882e95cd add testcase for #658 Stanislav Seletskiy 2016-02-13 20:42:38 +0600