File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
*jsdoc.txt* Generate JSDoc to your JavaScript code.
2
2
3
- Version: 2.1.2
3
+ Version: 2.1.3
4
4
Author: NAKAMURA, Hisashi <https://github.com/sunvisor >
5
5
Author: Shinya Ohynagi <
[email protected] >
6
6
Repository: http://github.com/heavenshell/vim-jsdoc/
@@ -116,6 +116,10 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116
116
>
117
117
==============================================================================
118
118
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
+
119
123
2021-02-15
120
124
- Update README
121
125
See https://github.com/heavenshell/vim-jsdoc/issues/103 details.
Original file line number Diff line number Diff line change 1
1
" File: jsdoc.vim
2
2
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
3
3
" Author: Shinya Ohyanagi <[email protected] >
4
- " Version: 2.1.2
4
+ " Version: 2.1.3
5
5
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
6
" Description: Generate JSDoc to your JavaScript, TypeScript file.
7
7
" License: BSD, see LICENSE for more details.
Original file line number Diff line number Diff line change 1
1
" File: jsdoc.vim
2
2
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
3
3
" Author: Shinya Ohyanagi <[email protected] >
4
- " Version: 2.1.2
4
+ " Version: 2.1.3
5
5
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
6
" Description: Generate JSDoc to your JavaScript, TypeScript file.
7
7
" License: BSD, see LICENSE for more details.
You can’t perform that action at this time.
0 commit comments