Skip to content

Commit 1aaa337

Browse files
authored
Release 2.1.0 (#93)
1 parent 6fb6fa2 commit 1aaa337

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jsdoc.vim generates [JSDoc](http://usejsdoc.org/) block comments based on a func
88

99
## Note
1010

11-
Since version 2.0.0 jsdoc.vim is support only **Vim8**.
11+
jsdoc.vim supports **Vim8**.
12+
13+
Neovim works since v2.1.0, but if something wrong, send me pull requests to fix it.
1214

1315
If you want use old version checkout [1.0.0](https://github.com/heavenshell/vim-jsdoc/releases/tag/1.0.0>).
1416

@@ -38,7 +40,7 @@ If you want to update `lehre` use:
3840

3941
```console
4042
make clean
41-
make Install
43+
make install
4244
```
4345

4446
If you want install lehre manually, you can install from npm.
@@ -47,7 +49,7 @@ If you want install lehre manually, you can install from npm.
4749
$ yarn add -D lehre
4850
```
4951

50-
Then set installed `/path/to/node_modules/.bin/lehre` path to `g:jsdoc_lehre_path`.
52+
Set installed `/path/to/node_modules/.bin/lehre` path to `g:jsdoc_lehre_path`.
5153

5254
## Usage
5355

Diff for: doc/jsdoc.txt

+6-1
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.0.0
3+
Version: 2.1.0
44
Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
55
Author: Shinya Ohynagi <[email protected]>
66
Repository: http://github.com/heavenshell/vim-jsdoc/
@@ -116,6 +116,11 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116116
>
117117
==============================================================================
118118
CHANGELOG *jsdoc-changelog*
119+
2020-06-27
120+
- Add Neovim support
121+
See https://github.com/heavenshell/vim-jsdoc/pull/92 details.
122+
(thx @Cyperwu @vimark1)
123+
119124
2020-04-26
120125
- Ver 2.0.0
121126
See https://github.com/heavenshell/vim-jsdoc/issues/81 details.

Diff for: ftplugin/javascript/jsdoc.vim

+1-1
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 <[email protected]>
4-
" Version: 2.0.0
4+
" Version: 2.1.0
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)