Skip to content

Commit b843a3f

Browse files
committed
Fix run test backgound
- Bump version - Add 0.0.9 to Changelog
1 parent 5920012 commit b843a3f

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
Version 0.0.8
210
-------------
311
Released on Sep 1th 2016

autoload/pydocstring.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

doc/pydocstring.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*pydocstring.txt* Generate Python docstring to your Python code.
22

3-
Version: 0.0.8
3+
Version: 0.0.9
44
Author: Shinya Ohynagi <sohyanagi@gmail.com>
55
Repository: http://github.com/heavenshell/vim-pydocstring/
66
License: BSD, see LICENSE for more details.

ftplugin/python/pydocstring.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

test/run-single-test-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ if hash nvim 2>/dev/null ; then
1616
fi
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"

test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ if hash nvim 2>/dev/null ; then
1313
fi
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'

0 commit comments

Comments
 (0)