aboutsummaryrefslogtreecommitdiffstats
path: root/feedSomeKeys_3.js
diff options
context:
space:
mode:
authorteramako2012-07-22 16:27:08 +0900
committerteramako2012-07-22 16:27:08 +0900
commitb962531599552cffe102c0ba395983df14d11167 (patch)
treeeb3859c846d2c597e08b5f45d090666085ea9b7a /feedSomeKeys_3.js
parent77129ef972041a3aaf92b2cb7886cedcb39abf6e (diff)
downloadvimperator-plugins-b962531599552cffe102c0ba395983df14d11167.tar.bz2
fix: missing comma
Diffstat (limited to 'feedSomeKeys_3.js')
-rw-r--r--feedSomeKeys_3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js
index 82d15ba..30bf52d 100644
--- a/feedSomeKeys_3.js
+++ b/feedSomeKeys_3.js
@@ -692,7 +692,7 @@ let INFO = <>
{
literal: 0,
options: [
- [['-modes', '-m'], commands.OPTION_LIST]
+ [['-modes', '-m'], commands.OPTION_LIST],
[['-urls', '-u'], commands.OPTION_STRING, regexpValidator, urlCompleter({})],
[['-ignoreurls', '-iu'], commands.OPTION_NOARG]
],