diff --git a/CHANGES.rst b/CHANGES.rst index 4b37beb..159f4c1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +Version 2.4.0 +------------- + +Released on Dec 6th 2020 + +- Remove blank line at Neovim + + Neovim add blank line to the end of file when PydocstringFormat executed. + This behavior is not expected and fix as Vim's behavior. + Version 2.3.7 ------------- diff --git a/doc/pydocstring.txt b/doc/pydocstring.txt index 3f5f8f3..b014425 100644 --- a/doc/pydocstring.txt +++ b/doc/pydocstring.txt @@ -1,6 +1,6 @@ *pydocstring.txt* Generate Python docstring to your Python code. -Version: 2.3.7 +Version: 2.4.0 Author: Shinya Ohynagi Repository: http://github.com/heavenshell/vim-pydocstring/ License: BSD, see LICENSE for more details. diff --git a/ftplugin/python/pydocstring.vim b/ftplugin/python/pydocstring.vim index 21cf5b0..08eb0b5 100644 --- a/ftplugin/python/pydocstring.vim +++ b/ftplugin/python/pydocstring.vim @@ -1,6 +1,6 @@ " File: pydocstring.vim " Author: Shinya Ohyanagi -" Version: 2.3.7 +" Version: 2.4.0 " WebPage: http://github.com/heavenshell/vim-pydocstriong/ " Description: Generate Python docstring to your Python script file. " License: BSD, see LICENSE for more details.