Commit Graph

786 Commits

Author SHA1 Message Date
Shougo Matsushita ddd01d0ee3 Remove markers 2017-10-01 22:40:17 +09:00
Shougo Matsushita c86a19b06a Improve eval behavior 2017-09-18 21:21:04 +09:00
Shougo Matsushita 5bf290f923 Fix #400 Check eval snippet 2017-09-18 21:18:20 +09:00
Shougo Matsushita 0e829d51b1 Fix #398 v:completed_item.snippet and v:completed_item.snippet_trigger support 2017-09-02 17:30:42 +09:00
Shougo b0d6b1c7e0 Merge pull request #397 from NigoroJr/master
Fix c snippets expanded in cpp filetype
2017-08-17 19:32:34 +09:00
Naoki Mizuno e01a166c4e Fix c snippets expanded in cpp filetype 2017-08-12 21:36:44 +09:00
Shougo Matsushita 4bf88a9e49 Fix #392 filetype problem 2017-07-15 13:39:24 +09:00
Shougo Matsushita d6333c191b Fix js_encode() error 2017-07-15 08:37:26 +09:00
Shougo 867149c566 Merge pull request #390 from TylerHorth/master
Add arguments_are_optional variable
2017-06-24 15:37:34 +09:00
Shougo 7cfb9aa4a4 Merge pull request #391 from TylerHorth/ignore-rust-self
Ignore rust self argument when completing methods
2017-06-24 15:37:12 +09:00
Tyler Horth 19ecfee78c Ignore rust self 2017-06-19 21:11:59 -04:00
Tyler Horth 4e55330cc3 Change variable name and improve docs 2017-06-19 21:04:58 -04:00
Tyler Horth ce2007bb15 Update docs 2017-06-16 23:13:20 -04:00
Tyler Horth e416d25436 Add arguments_are_optional completion setting 2017-06-16 22:50:37 -04:00
Shougo Matsushita af6e74863a Add the example 2017-06-17 09:14:32 +09:00
Shougo Matsushita 382f68dbd0 Refactored 2017-06-15 09:11:15 +09:00
Shougo Matsushita 6dc9701417 Add LICENSE file 2017-06-15 09:04:27 +09:00
Shougo Matsushita 4896d55b1d Fix neosnippet source 2017-06-15 09:01:23 +09:00
Shougo Matsushita 6f87e27d4e Fix deoplete source 2017-06-11 15:17:11 +09:00
Shougo Matsushita 9996520d6b Fix #384 escape abbr 2017-04-23 18:26:07 +09:00
Shougo Matsushita c91ac0b67f Fix #383 escape problem 2017-04-20 07:25:32 +09:00
Shougo Matsushita 1a6653b69d Fix #382 escape problem 2017-04-18 08:26:27 +09:00
Shougo Matsushita affc71bd9f Fix #379 snippet parse 2017-04-01 10:23:58 +09:00
Shougo Matsushita 368f83d39c Fix completed snippets error 2017-03-31 08:02:38 +09:00
Shougo b869a031a9 Merge pull request #378 from h-youhei/indent
Reset indent if the line starts with syntax
2017-03-15 08:08:43 +09:00
h-youhei 24db4b3c7f for snippets that contain linebreak 2017-03-13 03:06:16 +09:00
h-youhei ea693eebb0 reset indent if the line starts with syntax
note: | is cursor

snippet a
    options|

type space, then above code become

snippet a
options |
2017-03-13 02:50:07 +09:00
Shougo Matsushita 1bd7e23c79 Vim 7.4 is needed 2017-02-13 16:44:33 +09:00
Shougo e586fd3d3e Merge pull request #374 from tmsanrinsha/fix-shiftwidth
Use shiftwidth()
2017-02-13 16:43:13 +09:00
tmsanrinsha 9749509840 Use shiftwidth() 2017-02-12 19:09:08 +09:00
Shougo Matsushita db82832526 Fix the snippet conceal marker 2017-02-09 07:46:29 +09:00
Shougo Matsushita 13c51ee885 Fix #368 select commas 2017-01-09 18:19:16 +09:00
Shougo Matsushita 61ffe8ba5a Update the documentation 2017-01-08 21:34:29 +09:00
Shougo Matsushita 65af2b9bca Fix #363 completed snippet parser 2017-01-02 10:41:43 +09:00
Shougo Matsushita e2d91cba20 Fix #362 documentation 2017-01-01 18:55:44 +09:00
Shougo Matsushita c179a51f02 Update vital 2016-12-14 06:23:37 +09:00
Shougo Matsushita 3929abc353 Fix #360 neosnippet source 2016-12-02 08:13:50 +09:00
Shougo Matsushita 4cdeabfa89 Fix #359 completed snippets problem 2016-11-22 03:51:38 +09:00
Shougo Matsushita 22bf961126 Fix #358 completed snippet problem 2016-11-04 21:32:59 +09:00
Shougo Matsushita 9132237f3c Fix #291 expand completed_snippet when expand key mapping 2016-11-04 18:19:34 +09:00
Shougo Matsushita a1508f8872 Fix #306 documentation 2016-09-11 07:04:43 +09:00
Shougo Matsushita d373e1451e Remove python check 2016-08-21 11:25:23 +09:00
Shougo Matsushita b9e80738b9 Dirty fix completed snippet problem in Python 2016-08-17 11:56:01 +09:00
Shougo Matsushita bd22f4ed56 Improve context_filetype check 2016-08-13 09:23:10 +09:00
Shougo Matsushita 9492fbb7e9 Fix #349 get_snippets() problem 2016-07-10 12:21:41 +09:00
Shougo Matsushita d5bef2e5be Fix #348 stopinsert problem 2016-07-01 08:15:01 +09:00
Shougo Matsushita aa37cd0fbe Improve deoplete source performance 2016-06-20 20:17:48 +09:00
Shougo 23eac4b080 Merge pull request #345 from ktonga/item-snippet
Let other plugins better integrate with `g:neosnippet#enable_completed_snippet`
2016-06-11 17:04:48 +09:00
Gaston Tonietti b8f51c09ac Add a test case for custom snippet for `enable_completed_snippet` 2016-06-09 14:18:23 +10:00
Gaston Tonietti 6f7f877318 Use snippet provided by `completed_item` if it's present 2016-06-09 13:44:50 +10:00