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.
deno fmt
1 parent 1470dcd commit f381239Copy full SHA for f381239
README.md
@@ -30,10 +30,10 @@ export function main(denops: Denops): void {
30
// This is just an example. Developers usually should define commands directly in Vim script.
31
await batch.batch(denops, async (denops) => {
32
await denops.cmd(
33
- `command! HelloWorld call denops#notify("${denops.name}", "say", ["World"])`
+ `command! HelloWorld call denops#notify("${denops.name}", "say", ["World"])`,
34
);
35
36
- `command! HelloDenops call denops#notify("${denops.name}", "say", ["Denops"])`
+ `command! HelloDenops call denops#notify("${denops.name}", "say", ["Denops"])`,
37
38
});
39
},
0 commit comments