File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.6.0
2
+ -------------
3
+ Released on Jun 30th 2018
4
+
5
+ - Bug fix
6
+
7
+ - indent doesn't work with `{{_return_type_}} ` or `{{_nested_indent_}} `
8
+
9
+ see https://github.com/heavenshell/vim-pydocstring/issues/51
10
+
11
+ Thx @JPFrancoia
12
+
1
13
Version 0.5.0
2
14
-------------
3
15
Released on Jun 30th 2018
Original file line number Diff line number Diff line change 1
1
" Insert Docstring.
2
2
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
3
- " Version: 0.5 .0
3
+ " Version: 0.6 .0
4
4
" WebPage: http://github.com/heavenshell/vim-pydocstriong/
5
5
" Description: Generate Python docstring to your Python script file.
6
6
" License: BSD, see LICENSE for more details.
Original file line number Diff line number Diff line change 1
1
" File: pydocstring.vim
2
2
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
3
- " Version: 0.5 .0
3
+ " Version: 0.6 .0
4
4
" WebPage: http://github.com/heavenshell/vim-pydocstriong/
5
5
" Description: Generate Python docstring to your Python script file.
6
6
" License: BSD, see LICENSE for more details.
You can’t perform that action at this time.
0 commit comments