Skip to content

Commit 46bb2d3

Browse files
authored
Relase 2.1.3 (#112)
1 parent 3cc5f02 commit 46bb2d3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

doc/jsdoc.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*jsdoc.txt* Generate JSDoc to your JavaScript code.
22

3-
Version: 2.1.2
3+
Version: 2.1.3
44
Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
55
Author: Shinya Ohynagi <sohyanagi@gmail.com>
66
Repository: http://github.com/heavenshell/vim-jsdoc/
@@ -116,6 +116,10 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116116
>
117117
==============================================================================
118118
CHANGELOG *jsdoc-changelog*
119+
2021-08-12
120+
- Fix E1208: -complete used without allowing arguments
121+
See https://github.com/heavenshell/vim-jsdoc/issues/110 details.
122+
119123
2021-02-15
120124
- Update README
121125
See https://github.com/heavenshell/vim-jsdoc/issues/103 details.

ftplugin/javascript/jsdoc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" File: jsdoc.vim
22
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
33
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
4-
" Version: 2.1.2
4+
" Version: 2.1.3
55
" WebPage: http://github.com/heavenshell/vim-jsdoc/
66
" Description: Generate JSDoc to your JavaScript, TypeScript file.
77
" License: BSD, see LICENSE for more details.

ftplugin/typescript/jsdoc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" File: jsdoc.vim
22
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
33
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
4-
" Version: 2.1.2
4+
" Version: 2.1.3
55
" WebPage: http://github.com/heavenshell/vim-jsdoc/
66
" Description: Generate JSDoc to your JavaScript, TypeScript file.
77
" License: BSD, see LICENSE for more details.

0 commit comments

Comments
 (0)