Commit Graph

  • 0657e61e61 Merge pull request #643 from dNItro/master Stanislav Seletskiy 2016-01-27 15:45:13 +0500
  • 4b27b7152d Testcase added! dNItro 2016-01-25 04:25:15 -0800
  • bdd9012eb5 Merge pull request #647 from alexlafroscia/master Stanislav Seletskiy 2016-01-25 09:47:10 +0500
  • 6d38cad14c Allow Deoplete entries to show up with existing matches Alex LaFroscia 2016-01-22 16:32:59 -0500
  • 203218297c More detailed documentation on multiline option dNItro 2016-01-21 03:28:19 -0800
  • 8a8e183b80 Documentation on multiline option dNItro 2016-01-20 13:54:38 -0800
  • b057f633ef Add support to do transformation on multiple lines dNItro 2016-01-20 13:51:50 -0800
  • 3f2c591c3b Merge pull request #625 from chemzqm/location Stanislav Seletskiy 2016-01-20 22:03:46 +0500
  • 0058e8664f doc: add link to options for #Anon() Stanislav Seletskiy 2016-01-13 15:55:10 +0600
  • ec9b292ba4 fix typos in doc/UltiSnips.txt Stanislav Seletskiy 2016-01-12 10:32:11 +0600
  • 52ade8fed6 doc for all param of SnippetsInCurrentScope chemzqm 2016-01-12 00:37:53 +0800
  • 4e2e897de8 change g:current_ulti_dict_all to g:current_ulti_dict_info chemzqm 2016-01-11 23:58:42 +0800
  • 319ccddcdc Merge pull request #628 from kmarius/fix_syntax Stanislav Seletskiy 2016-01-11 12:21:55 +0500
  • 9a73473e7a Fix highlighting for nested visual tabstob marius 2015-12-30 20:57:35 +0100
  • 6a69a44154 add all param to UltiSnips#SnippetsInCurrentScope chemzqm 2015-12-28 20:01:26 +0800
  • dbd43ad27c Merge pull request #624 from chemzqm/patch-1 Stanislav Seletskiy 2015-12-22 12:21:16 +0500
  • 3a70765f40 syntax highlight for unite ultisnips Qiming zhao 2015-12-21 22:06:16 +0800
  • 5a2dcc5cbf disable tests in vanilla vim for #616 Stanislav Seletskiy 2015-12-09 19:59:50 +0600
  • 45e3775c18 fix #616: update state on edit w/o cursor move Stanislav Seletskiy 2015-12-08 13:40:31 +0600
  • f95ce290bc Updated release date for 3.1. 3.1 Holger Rapp 2015-12-07 08:19:13 +0100
  • 1b481f312e Merge pull request #615 from SirVer/updated_changelog Holger Rapp 2015-12-05 11:30:27 +0100
  • 60c47e8e9d Reworked README for change of maintenance. Holger Rapp 2015-11-28 11:44:53 +0100
  • 2e9f12bfd6 Fixed doc/UltiSnips.txt for change of maintainer. Holger Rapp 2015-11-28 11:40:37 +0100
  • 95d6e535ec Updated ChangeLog for 3.1. Holger Rapp 2015-11-28 11:30:21 +0100
  • c5a21c5097 Merge pull request #611 from HerringtonDarkholme/deoplete Holger Rapp 2015-11-21 08:26:12 -0800
  • 0243746143 Add support for deoplete Herrington Darkholme 2015-11-22 00:15:45 +0800
  • 9c73ce948a Fix a unicode bug in python3. Holger Rapp 2015-11-21 07:27:23 -0800
  • 53bf0dbd7b Merge pull request #608 from JarrodCTaylor/master Holger Rapp 2015-11-17 05:22:25 -0800
  • 53571bf4f5 Refactor: More descriptive method name JarrodCTaylor 2015-11-14 16:52:55 -0600
  • 1d4d8b0490 Enhancement: Align snippet names in unite source options JarrodCTaylor 2015-11-14 10:25:20 -0600
  • ef72df8e78 Merge pull request #603 from seletskiy/do-not-break-last-jump-on-post-expand Holger Rapp 2015-11-07 14:17:06 +0100
  • cba31b1912 Use new path for neovims config directory. Holger Rapp 2015-11-07 13:34:46 +0100
  • 6ea78e525c fix last jump $0 placeholder using post_expand Stanislav Seletskiy 2015-11-06 16:21:41 +0600
  • c9699feed1 Fix docs: "'" has no special meaning in snippets. Holger Rapp 2015-11-02 09:10:02 +0100
  • 0480b2243c Adapt to changed Neovim configuration directory. Holger Rapp 2015-11-02 06:38:15 +0100
  • 1ce44ac9c8 Merge pull request #592 from seletskiy/show-backtrace-on-error Holger Rapp 2015-10-22 07:45:51 +0200
  • 08b96cbdb2 print erroneous snippet location Stanislav Seletskiy 2015-10-21 14:22:05 +0600
  • 698f2d4910 print snippet information in backtrace (fix #551) Stanislav Seletskiy 2015-10-21 14:17:10 +0600
  • d03b13a684 review: add comment about snippet_code Stanislav Seletskiy 2015-10-21 13:40:49 +0600
  • 47a3d18629 review fixes: Stanislav Seletskiy 2015-10-21 13:35:32 +0600
  • 3accb5cb44 mark line number in traceback Stanislav Seletskiy 2015-10-20 16:09:02 +0600
  • 00e3a877d9 print executed code Egor Kovetskiy 2015-10-02 10:04:41 +0600
  • cc6ac3c064 Exit any snippets when entering a unite buffer. Holger Rapp 2015-10-17 14:49:57 +0200
  • baa9c97092 Merge pull request #589 from seletskiy/autotrigger Holger Rapp 2015-10-17 14:38:28 +0200
  • 6ad7472aac autotrigger: solve performance issues Stanislav Seletskiy 2015-10-15 14:55:14 +0600
  • fde4a066c6 Disable Neovim tests, since they do not pass. Holger Rapp 2015-10-11 22:28:10 +0200
  • 30ba8155a5 NEOVIM testing is just too flaky. Let's make it optional again. Holger Rapp 2015-10-11 19:22:16 +0200
  • 69b7c501a0 Merge pull request #582 from seletskiy/autotrigger Holger Rapp 2015-10-11 15:57:30 +0200
  • 76ebfec3cf autotrigger: make snippets expand without <tab> Stanislav Seletskiy 2015-06-17 22:56:46 +0600
  • e1e005a810 Merge pull request #575 from manishrjain/master Holger Rapp 2015-09-20 21:23:12 +0200
  • c39ffb8510 Fix link to Vimcasts Manish R Jain 2015-09-19 07:37:56 +1000
  • ef2c0d6d80 Merge pull request #573 from ericdouglas/patch-1 Holger Rapp 2015-09-15 07:13:19 +0200
  • e603117f66 Fix Tabstops and Placeholders index Eric Douglas 2015-09-14 12:27:16 -0300
  • 036d0d9c25 Merge pull request #570 from dueyfinster/patch-1 Holger Rapp 2015-09-10 06:47:30 +0200
  • 74bbca2f9c Fixed URL Neil Grogan 2015-09-09 11:09:32 +0100
  • e48d8a28e5 Rollback "Merge support for auto expand." Holger Rapp 2015-08-21 07:38:34 +0200
  • 490430f91d Merge support for auto expand. Holger Rapp 2015-08-17 08:30:59 +0200
  • 8c7ce88277 Allow neovim to fail for the moment. It is flaky on travis. Holger Rapp 2015-08-17 08:30:55 +0200
  • c45867be58 add missing doc for autotrigger_only Stanislav Seletskiy 2015-08-13 12:43:30 +0600
  • 9eb2de6c34 add test for vim<7.4.214 Stanislav Seletskiy 2015-08-13 12:01:11 +0600
  • 5a5de07349 neovim tests Stanislav Seletskiy 2015-08-12 19:15:06 +0600
  • a994e3286d fix py3 tests Stanislav Seletskiy 2015-08-12 18:40:17 +0600
  • 61e06bbc18 add note about version and fix tests Stanislav Seletskiy 2015-08-12 17:35:24 +0600
  • 878f79ffda review fixes Stanislav Seletskiy 2015-08-12 17:22:15 +0600
  • 8ff84758a7 fix tests Stanislav Seletskiy 2015-08-12 17:06:56 +0600
  • cf2c473a8e Define UltiSnips#FileTypeChanged always Holger Rapp 2015-08-12 06:59:04 +0200
  • b968bc3e9f Merge pull request #548 from blueyed/remove-bootstrap-again Holger Rapp 2015-08-11 07:25:28 +0200
  • 5e2f58c35f Define UltiSnips#FileTypeChanged always Daniel Hahler 2015-08-10 22:46:05 +0200
  • 4a302149e8 Remove autoload/UltiSnips/bootstrap.vim again Daniel Hahler 2015-08-10 22:31:22 +0200
  • 29ad00ec0f Merge pull request #544 from wincent/fix-autocmd Holger Rapp 2015-08-07 07:52:42 +0200
  • 3eabbe71a3 Use <nomodeline> when firing user autocmds Greg Hurrell 2015-08-06 22:47:29 -0700
  • b3cd0cae14 Merge pull request #541 from hanschen/master Holger Rapp 2015-08-06 07:36:55 +0200
  • 44644f1fd5 Add field numbers to avoid errors in Python 2.6 Hans Chen 2015-08-05 10:39:19 -0400
  • ffb9b79480 Do not run autocommands when using --noplugin. Holger Rapp 2015-08-04 07:56:55 +0200
  • 6c4fb6f3f2 fix b->b2<BS> case, fix merge Stanislav Seletskiy 2015-07-20 18:03:09 +0600
  • 14ea90385b tests and docs Stanislav Seletskiy 2015-06-24 21:39:33 +0600
  • 1356560f9a fix blumba test Stanislav Seletskiy 2015-06-24 20:16:48 +0600
  • 5af229abc0 add error handling Stanislav Seletskiy 2015-06-18 10:26:52 +0600
  • f80414fac5 prototype of autotrigger Stanislav Seletskiy 2015-06-17 22:56:46 +0600
  • 7c74aa7686 Merge pull request #537 from krisdages/master Holger Rapp 2015-08-01 09:40:10 +0200
  • cc43d1251a Pipe-quoting helptag reference to UltiSnips-context-snippets Kris Dages 2015-07-31 10:46:02 -0500
  • c12867d1b9 Merge support for snippet-actions. Holger Rapp 2015-07-31 15:32:10 +0200
  • 5638cdf4a2 review fix for == Stanislav Seletskiy 2015-07-22 11:59:55 +0600
  • c3add0bef4 fix neovim tests Stanislav Seletskiy 2015-07-22 10:49:45 +0600
  • 58a2094d49 review fixes Stanislav Seletskiy 2015-07-20 12:49:32 +0600
  • 175e3ba521 fix doc 80 chars limit Stanislav Seletskiy 2015-07-17 19:30:55 +0600
  • a39f3c241a revert access to UltiSnips_Manager Stanislav Seletskiy 2015-07-17 19:14:22 +0600
  • bdecd9a8b5 fix not cleared context Stanislav Seletskiy 2015-07-09 17:26:56 +0600
  • 3c4ac11af3 fix python3, finally Stanislav Seletskiy 2015-06-24 15:05:48 +0600
  • b50c5c86c3 pass all args to snip.expand_anon Stanislav Seletskiy 2015-06-19 11:44:29 +0600
  • 9649f15a9e fix buffer edits from jump action Stanislav Seletskiy 2015-06-19 00:04:50 +0600
  • 5a663116f5 edge case: anon snip in pre-action Stanislav Seletskiy 2015-06-17 22:12:49 +0600
  • 1e771de603 fix tests Stanislav Seletskiy 2015-06-16 15:56:18 +0600
  • ba774c39ca review fixes Stanislav Seletskiy 2015-06-16 11:21:38 +0600
  • 8958b71341 add docs to the buffer proxy object Stanislav Seletskiy 2015-06-16 10:19:08 +0600
  • bc29e23226 VimBufferHelper -> VimBufferProxy Stanislav Seletskiy 2015-06-15 13:58:12 +0600
  • 972305725f fix expan_anon in pre-action, snip object, fixes Stanislav Seletskiy 2015-06-10 23:32:36 +0600
  • 191ebd8e8b migrate to snip.* namespace Stanislav Seletskiy 2015-06-08 18:28:21 +0600
  • 7ead6fa178 detect buffer changes via changedtick Stanislav Seletskiy 2015-06-08 16:30:45 +0600
  • 760fd25e47 fix python3 compatibility Stanislav Seletskiy 2015-06-03 11:57:17 +0600