Skip to content

Commit fb160c7

Browse files
authored
Merge pull request #186 from vim-denops/improve-jsdoc
Improve jsdoc
2 parents cf25ec0 + b21704b commit fb160c7

File tree

19 files changed

+15747
-10528
lines changed

19 files changed

+15747
-10528
lines changed

denops_std/function/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ in minimal supported Vim and Neovim versions.
55
To add functions manually, create or modify corresponding module under
66
`function`, `function/vim`, or `function/nvim` module then make sure that module
77
is listed in `_manual.ts` uneder corresponding module. After that, execute
8-
`make gen` on the repository top so that `gen-function.ts` automatically remove
9-
duplicated functions from `_generated.ts`.
8+
`deno task gen` on the repository top so that `gen-function.ts` automatically
9+
remove duplicated functions from `_generated.ts`.

0 commit comments

Comments
 (0)