Commit Graph

812 Commits

Author SHA1 Message Date
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
Shougo Matsushita b823c2e639 Fix #344 change <ESC> behavior 2016-06-08 20:35:21 +09:00
Shougo Matsushita 9eac227835 Fix #343 check modifiable 2016-05-17 20:50:40 +09:00
Shougo Matsushita ce3c3d209c Fix #340 cache error 2016-03-30 07:20:16 +09:00
Shougo Matsushita e5a11a5a5c Set menu 2016-03-27 11:11:37 +09:00
Shougo Matsushita 5d3209b6f7 Update vital 2016-03-26 19:46:01 +09:00
Shougo Matsushita bcb7620a85 Fix #337 don't create user snippet directory 2016-03-05 17:12:12 +09:00
Shougo Matsushita e908126f40 Fix the default selection 2016-02-24 07:20:47 +09:00
Shougo Matsushita d910dc9aa0 Fix #333 virtualedit problem 2016-02-22 21:51:57 +09:00
Shougo Matsushita 0571ffbc47 Fix TextChanged error 2016-02-18 06:12:47 +09:00
Shougo Matsushita bbd764ebbc Fix expand snippet error 2016-02-11 20:33:08 +09:00
Shougo Matsushita 644b551aff Add abort flag 2016-02-08 21:48:14 +09:00
Shougo Matsushita 232d2e8def Fix completed snippet behavior 2016-02-06 11:50:02 +09:00
Shougo Matsushita a323d8255a Implement restore unnamed register feature 2016-01-26 21:32:31 +09:00
Shougo 52f8a29489 Merge pull request #325 from expipiplus1/patch-1
Shorten the neosnippet mark to [ns]
2016-01-20 07:59:19 +09:00
Joe Hermaszewski ca972f345a Shorten the neosnippet mark to [ns]
`[ns]` communicates that the completion came from neosnippet just as well as `[nsnip]` and is three characters shorter!
2016-01-19 08:51:43 +00:00
Shougo Matsushita 58fa466f7e Fix #322 completed snippet error for < Foo,Fee> in () 2016-01-18 12:03:13 +09:00
Shougo Matsushita 3db55f354d Add neosnippet#util#get_buffer_config() 2016-01-18 11:52:51 +09:00
Shougo b8a1f3a70e Merge pull request #324 from wsdjeg/master
Add defauly pairs
2016-01-18 11:52:25 +09:00
wsdjeg cbe71b872c Add defauly pairs
Fix https://github.com/Shougo/neosnippet.vim/issues/323
2016-01-17 17:16:30 +08:00
Shougo Matsushita 76c6bbc54e Fix check autocmd 2016-01-14 10:57:52 +09:00
Shougo Matsushita 7eb577c5d0 Fix #320 completed snippet behavior 2016-01-14 07:27:55 +09:00
Shougo 6dd4ecf1fc Merge pull request #321 from wilywampa/target_pattern
Add optional '#:' to target marker pattern
2016-01-12 21:51:06 +09:00
Jacob Niehus dbb8491f2f Add optional '#:' to target marker pattern 2016-01-10 21:09:45 -07:00
Shougo Matsushita da9806f825 Fix skip auto completion behavior 2016-01-10 00:11:10 +09:00