mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
Dont use argCount with literal. Use the default favicon in :ls
This commit is contained in:
@@ -289,7 +289,7 @@ const config = { //{{{
|
||||
{
|
||||
bang: true,
|
||||
completer: function (context) completion.url(context),
|
||||
literal: true
|
||||
literal: 0
|
||||
});
|
||||
|
||||
commands.add(["redr[aw]"],
|
||||
@@ -342,7 +342,7 @@ const config = { //{{{
|
||||
{
|
||||
argCount: "+",
|
||||
completer: function (context) completion.sidebar(context),
|
||||
literal: true
|
||||
literal: 0
|
||||
});
|
||||
|
||||
commands.add(["winc[lose]", "wc[lose]"],
|
||||
@@ -363,7 +363,7 @@ const config = { //{{{
|
||||
},
|
||||
{
|
||||
completer: function (context) completion.url(context),
|
||||
literal: true
|
||||
literal: 0
|
||||
});
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user