forked from Lasall/CompleteParameter.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
90 lines (72 loc) · 2.41 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
0.5.0:
show signature.
0.4.0: 2017-08-07
Hidden message.
0.3.0: 2017-07-28
Refactor normal mapping to <Plug> mapping.
Remove mapping options:
g:complete_parameter_goto_next_mode,
g:complete_parameter_mapping_goto_next,
g:complete_parameter_goto_previous_mode,
g:complete_parameter_mapping_goto_previous,
g:complete_parameter_mapping_overload_up_mode,
g:complete_parameter_mapping_overload_up,
g:complete_parameter_mapping_overload_down_mode,
g:complete_parameter_mapping_overload_down,
g:complete_parameter_mapping_complete,
g:complete_parameter_failed_insert,
g:complete_parameter_mapping_complete_for_ft
Add mapping.
<Plug>(complete_parameter#goto_next_parameter),
<Plug>(complete_parameter#goto_previous_parameter),
<Plug>(complete_parameter#overload_up),
<Plug>(complete_parameter#overload_down)
Add options: g:complete_parameter_use_ultisnips_mappings
Fix parser bug.
0.2.3: 2017-07-22
Change `<m-n>`/`<m-p>` to `<c-j>`/`<c-k>` and compatible with ultisnips.
Disable normal mapping.
Fix parser bug.
0.2.2: 2017-07-07
Only jump between in the scope.
Check the value of the parser returned.
0.2.1: 2017-06-30
Fix bug.
0.2.0: 2017-06-30
Support neocomplete.
Support clang_complete.
0.1.6: 2017-06-29
Support deoplete.nvim
0.1.5: 2017-06-25
Compate with neosnippet.
0.1.4: 2017-06-23
Toggle an event CompleteParameterFailed if complete failed.
Add a variable `g:complete_parameter_last_failed_insert` to set the failed_insert.
Fixed bug, delete select text when call the jump mapping.
0.1.3: 2017-06-20
Fix the info for python function has multi lines.
0.1.2: 2017-06-17
Support typescript.
Support nvim.
Support vim7.4.774.
Parallel test.
Add g:complete_parameter_goto_next_mode option.
Add g:complete_parameter_goto_previous_mode option.
Add g:complete_parameter_mapping_overload_down_mode option.
Add g:complete_parameter_mapping_overload_up_mode option.
0.1.1: 2017-06-15
Fix travis-ci test.
0.1.0: 2017-06-15
Support `(` select the first completion item if inserted word is equal to the first popup item.
0.0.3: 2017-06-15
Support multi called for a file.
Support cpp class template.
Fix python parser.
Add github templates.
0.0.2: 2017-06-14
Support c, cpp, rust, javascript, python.
Support overload functions.
Update screenshot.
Add shields.
0.0.1: 2017-06-12
Init version. Support golang, erlang paramater.