File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1+ Version 0.0.9
2+ -------------
3+ Released on Nov 20th 2016
4+
5+ - Add Vader integration tes
6+ see https://github.com/heavenshell/vim-pydocstring/pull/14
7+ Thx @letientai299
8+
19Version 0.0.8
210-------------
311Released on Sep 1th 2016
Original file line number Diff line number Diff line change 11" Insert Docstring.
22" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
3- " Version: 0.0.8
3+ " Version: 0.0.9
44" License: This file is placed in the public domain.
55" WebPage: http://github.com/heavenshell/vim-pydocstriong/
66" Description: Generate Python docstring to your Python script file.
Original file line number Diff line number Diff line change 11*pydocstring.txt* Generate Python docstring to your Python code.
22
3- Version: 0.0.8
3+ Version: 0.0.9
44Author: Shinya Ohynagi <sohyanagi@gmail.com>
55Repository: http://github.com/heavenshell/vim-pydocstring/
66License: BSD, see LICENSE for more details.
Original file line number Diff line number Diff line change 11" File: pydocstring.vim
22" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
3- " Version: 0.0.8
3+ " Version: 0.0.9
44" WebPage: http://github.com/heavenshell/vim-pydocstriong/
55" Description: Generate Python docstring to your Python script file.
66" License: BSD, see LICENSE for more details.
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ if hash nvim 2>/dev/null ; then
1616fi
1717
1818# Open vim with readonly mode just to execute all *.vader tests.
19- $VIM_EXE -Nu minimal_vimrc -R " +Vader $1 "
19+ $VIM_EXE -Nu minimal_vimrc -R " +Vader! $1 "
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ if hash nvim 2>/dev/null ; then
1313fi
1414
1515# Open vim with readonly mode just to execute all *.vader tests.
16- $VIM_EXE -Nu minimal_vimrc -R ' +Vader *.vader'
16+ $VIM_EXE -Nu minimal_vimrc -R ' +Vader! *.vader'
You can’t perform that action at this time.
0 commit comments