File tree 3 files changed +10
-3
lines changed
3 files changed +10
-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.3
3
+ Version: 2.1.4
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,13 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116
116
>
117
117
==============================================================================
118
118
CHANGELOG *jsdoc-changelog*
119
+
120
+ 2021-08-12
121
+ - Update lehre v1.5.0
122
+ See https://github.com/heavenshell/ts-lehre/releases/tag/v1.5.0 details.
123
+
124
+ - Fix document
125
+
119
126
2021-08-12
120
127
- Fix E1208: -complete used without allowing arguments
121
128
See https://github.com/heavenshell/vim-jsdoc/issues/110 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.3
4
+ " Version: 2.1.4
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.3
4
+ " Version: 2.1.4
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