We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf25ec0 commit 8240c8aCopy full SHA for 8240c8a
denops_std/function/README.md
@@ -5,5 +5,5 @@ in minimal supported Vim and Neovim versions.
5
To add functions manually, create or modify corresponding module under
6
`function`, `function/vim`, or `function/nvim` module then make sure that module
7
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`.
+`deno task gen` on the repository top so that `gen-function.ts` automatically
+remove duplicated functions from `_generated.ts`.
0 commit comments