diff options
author | teramako | 2012-07-22 16:27:08 +0900 |
---|---|---|
committer | teramako | 2012-07-22 16:27:08 +0900 |
commit | b962531599552cffe102c0ba395983df14d11167 (patch) | |
tree | eb3859c846d2c597e08b5f45d090666085ea9b7a /feedSomeKeys_3.js | |
parent | 77129ef972041a3aaf92b2cb7886cedcb39abf6e (diff) | |
download | vimperator-plugins-b962531599552cffe102c0ba395983df14d11167.tar.bz2 |
fix: missing comma
Diffstat (limited to 'feedSomeKeys_3.js')
-rw-r--r-- | feedSomeKeys_3.js | 2 |
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] ], |