diff --git a/doc/jsdoc.txt b/doc/jsdoc.txt index a5c9866..8f1ffad 100644 --- a/doc/jsdoc.txt +++ b/doc/jsdoc.txt @@ -1,6 +1,6 @@ *jsdoc.txt* Generate JSDoc to your JavaScript code. -Version: 2.1.2 +Version: 2.1.3 Author: NAKAMURA, Hisashi Author: Shinya Ohynagi Repository: http://github.com/heavenshell/vim-jsdoc/ @@ -116,6 +116,10 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path* > ============================================================================== CHANGELOG *jsdoc-changelog* +2021-08-12 +- Fix E1208: -complete used without allowing arguments + See https://github.com/heavenshell/vim-jsdoc/issues/110 details. + 2021-02-15 - Update README See https://github.com/heavenshell/vim-jsdoc/issues/103 details. diff --git a/ftplugin/javascript/jsdoc.vim b/ftplugin/javascript/jsdoc.vim index 1c525ec..a7f22a9 100644 --- a/ftplugin/javascript/jsdoc.vim +++ b/ftplugin/javascript/jsdoc.vim @@ -1,7 +1,7 @@ " File: jsdoc.vim " Author: NAKAMURA, Hisashi " Author: Shinya Ohyanagi -" Version: 2.1.2 +" Version: 2.1.3 " WebPage: http://github.com/heavenshell/vim-jsdoc/ " Description: Generate JSDoc to your JavaScript, TypeScript file. " License: BSD, see LICENSE for more details. diff --git a/ftplugin/typescript/jsdoc.vim b/ftplugin/typescript/jsdoc.vim index 1c525ec..a7f22a9 100644 --- a/ftplugin/typescript/jsdoc.vim +++ b/ftplugin/typescript/jsdoc.vim @@ -1,7 +1,7 @@ " File: jsdoc.vim " Author: NAKAMURA, Hisashi " Author: Shinya Ohyanagi -" Version: 2.1.2 +" Version: 2.1.3 " WebPage: http://github.com/heavenshell/vim-jsdoc/ " Description: Generate JSDoc to your JavaScript, TypeScript file. " License: BSD, see LICENSE for more details.