mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-10 20:35:46 +01:00
Dont use argCount with literal. Use the default favicon in :ls
This commit is contained in:
@@ -173,8 +173,7 @@ function Editor() //{{{
|
||||
editor.listAbbreviations(mode, lhs || "");
|
||||
},
|
||||
{
|
||||
argCount: 2,
|
||||
literal: true,
|
||||
literal: 1,
|
||||
serial: function () [
|
||||
{
|
||||
command: this.name,
|
||||
|
||||
Reference in New Issue
Block a user