File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,55 +4,69 @@ Released on Mar 25th 2017
4
4
5
5
- Fix bug
6
6
Ignored indent when docstring start with `''' `.
7
+
7
8
Delete blank line if `{{_returnType_}} ` not exists.
9
+
8
10
see https://github.com/heavenshell/vim-pydocstring/issues/19
11
+
9
12
Thx @brainscience
10
13
11
14
Version 0.1.1
12
15
-------------
13
16
Released on Feb 12th 2017
14
17
15
18
- Fix bug
19
+
16
20
If none typed arg, lack of last `: `.
21
+
17
22
see https://github.com/heavenshell/vim-pydocstring/issues/17
18
23
19
24
Version 0.1.0
20
25
-------------
21
26
Released on Dec 25th 2016
22
27
23
28
- Add type-hint
29
+
24
30
see https://github.com/heavenshell/vim-pydocstring/pull/15
31
+
25
32
Thx @letientai299
26
33
27
34
Version 0.0.9
28
35
-------------
29
36
Released on Nov 20th 2016
30
37
31
38
- Add Vader integration tests
39
+
32
40
see https://github.com/heavenshell/vim-pydocstring/pull/14
41
+
33
42
Thx @letientai299
34
43
35
44
Version 0.0.8
36
45
-------------
37
46
Released on Sep 1th 2016
38
47
39
48
- Fix add expand to allow relative path
49
+
40
50
see https://github.com/heavenshell/vim-pydocstring/pull/12
51
+
41
52
thx @ning-yang
42
53
43
54
Version 0.0.7
44
55
-------------
45
56
Released on June 1th 2016
46
57
47
58
- add ``_nested_indent_ `` template variable.
59
+
48
60
see https://github.com/heavenshell/vim-pydocstring/issues/3#issuecomment-222584162
61
+
49
62
Thx @pirDOL
50
63
51
64
Version 0.0.6
52
65
-------------
53
66
Released on January 17th 2016
54
67
55
68
- add ``pydocstring_enable_mapping `` option.
69
+
56
70
Thx @nfischer
57
71
58
72
Version 0.0.5
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ pydocstring.vim
4
4
.. image :: https://travis-ci.org/heavenshell/vim-pydocstring.svg?branch=master
5
5
:target: https://travis-ci.org/heavenshell/vim-pydocstring
6
6
7
+ .. image :: ./assets/vim-pydocstring.gif
8
+
7
9
Pydocstring is a generator for Python docstrings and is capable of automatically
8
10
9
11
* inserting one-line docstrings
You can’t perform that action at this time.
0 commit comments