Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.1.3 #112

Merged
merged 1 commit into from
Aug 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/jsdoc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*jsdoc.txt* Generate JSDoc to your JavaScript code.

Version: 2.1.2
Version: 2.1.3
Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
Author: Shinya Ohynagi <sohyanagi@gmail.com>
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.
2 changes: 1 addition & 1 deletion ftplugin/javascript/jsdoc.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" File: jsdoc.vim
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
" 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.
2 changes: 1 addition & 1 deletion ftplugin/typescript/jsdoc.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" File: jsdoc.vim
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
" 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.