mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:27:58 +01:00
Dont use argCount with literal. Use the default favicon in :ls
This commit is contained in:
@@ -521,7 +521,7 @@ function Buffer() //{{{
|
||||
},
|
||||
{
|
||||
completer: function (context) completion.alternateStylesheet(context),
|
||||
literal: true
|
||||
literal: 0
|
||||
});
|
||||
|
||||
commands.add(["re[load]"],
|
||||
|
||||
Reference in New Issue
Block a user