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.
vim
1 parent f9a9ee7 commit 6e9f50dCopy full SHA for 6e9f50d
argument/mod.ts
@@ -1,7 +1,7 @@
1
/**
2
* A module to handle Vim's command arguments like the followings.
3
*
4
- * ```vim
+ * ```
5
* :MyCommand ++enc=sjis ++ff=dos -f --foo=foo --bar=bar --bar=baz hello world
6
* ```
7
@@ -10,7 +10,7 @@
10
11
* For example:
12
13
14
* command! -nargs=* MyCommand call denops#request("myplugin", "test", [[<f-args>]])
15
16
@@ -60,6 +60,7 @@
60
* };
61
* }
62
63
+ *
64
* @module
65
*/
66
import { Opts, parseOpts } from "./opts.ts";
0 commit comments