mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 07:55:45 +01:00
Dont use argCount with literal. Use the default favicon in :ls
This commit is contained in:
@@ -234,7 +234,7 @@ function IO() //{{{
|
||||
{
|
||||
argCount: "+", // FIXME: "?"
|
||||
completer: function (context) completion.file(context, true),
|
||||
literal: true
|
||||
literal: 0
|
||||
});
|
||||
|
||||
// NOTE: this command is only used in :source
|
||||
@@ -366,7 +366,7 @@ function IO() //{{{
|
||||
{
|
||||
bang: true,
|
||||
completer: function (context) completion.shellCommand(context),
|
||||
literal: true
|
||||
literal: 0
|
||||
});
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user