From ff4854b0dfc3b1a1e6cb5390e23ded73d110726f Mon Sep 17 00:00:00 2001 From: Shinya Ohyanagi Date: Sun, 6 Dec 2020 21:07:03 +0900 Subject: [PATCH] Release 2.3.5 (#120) --- CHANGES.rst | 11 +++++++++++ doc/pydocstring.txt | 2 +- ftplugin/python/pydocstring.vim | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7191611..ff514a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +Version 2.3.5 +------------- + +Released on Dec 6th 2020 + +- Fix buffer local mapping + + see https://github.com/heavenshell/vim-pydocstring/pull/118 + + Thx @tsuyoshicho + Version 2.3.4 ------------- diff --git a/doc/pydocstring.txt b/doc/pydocstring.txt index c17fccd..542479a 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.4 +Version: 2.3.5 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 e267c4f..a11fae3 100644 --- a/ftplugin/python/pydocstring.vim +++ b/ftplugin/python/pydocstring.vim @@ -1,6 +1,6 @@ " File: pydocstring.vim " Author: Shinya Ohyanagi -" Version: 2.3.4 +" Version: 2.3.5 " WebPage: http://github.com/heavenshell/vim-pydocstriong/ " Description: Generate Python docstring to your Python script file. " License: BSD, see LICENSE for more details.