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
44
55- Fix bug
66 Ignored indent when docstring start with `''' `.
7+
78 Delete blank line if `{{_returnType_}} ` not exists.
9+
810 see https://github.com/heavenshell/vim-pydocstring/issues/19
11+
912 Thx @brainscience
1013
1114Version 0.1.1
1215-------------
1316Released on Feb 12th 2017
1417
1518- Fix bug
19+
1620 If none typed arg, lack of last `: `.
21+
1722 see https://github.com/heavenshell/vim-pydocstring/issues/17
1823
1924Version 0.1.0
2025-------------
2126Released on Dec 25th 2016
2227
2328- Add type-hint
29+
2430 see https://github.com/heavenshell/vim-pydocstring/pull/15
31+
2532 Thx @letientai299
2633
2734Version 0.0.9
2835-------------
2936Released on Nov 20th 2016
3037
3138- Add Vader integration tests
39+
3240 see https://github.com/heavenshell/vim-pydocstring/pull/14
41+
3342 Thx @letientai299
3443
3544Version 0.0.8
3645-------------
3746Released on Sep 1th 2016
3847
3948- Fix add expand to allow relative path
49+
4050 see https://github.com/heavenshell/vim-pydocstring/pull/12
51+
4152 thx @ning-yang
4253
4354Version 0.0.7
4455-------------
4556Released on June 1th 2016
4657
4758- add ``_nested_indent_ `` template variable.
59+
4860 see https://github.com/heavenshell/vim-pydocstring/issues/3#issuecomment-222584162
61+
4962 Thx @pirDOL
5063
5164Version 0.0.6
5265-------------
5366Released on January 17th 2016
5467
5568- add ``pydocstring_enable_mapping `` option.
69+
5670 Thx @nfischer
5771
5872Version 0.0.5
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ pydocstring.vim
44.. image :: https://travis-ci.org/heavenshell/vim-pydocstring.svg?branch=master
55 :target: https://travis-ci.org/heavenshell/vim-pydocstring
66
7+ .. image :: ./assets/vim-pydocstring.gif
8+
79Pydocstring is a generator for Python docstrings and is capable of automatically
810
911* inserting one-line docstrings
You can’t perform that action at this time.
0 commit comments