mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 17:55:46 +01:00
Fix error message during :sty(e|dis|t) completions.
This commit is contained in:
@@ -596,9 +596,9 @@ var Styles = Module("Styles", {
|
|||||||
completer: function (context, args) {
|
completer: function (context, args) {
|
||||||
let uris = util.visibleURIs(window.content);
|
let uris = util.visibleURIs(window.content);
|
||||||
|
|
||||||
|
Styles.completeSite(context, window.content, args["-group"]);
|
||||||
if (cmd.filter)
|
if (cmd.filter)
|
||||||
context.filters.push(function ({ sheets }) sheets.some(cmd.filter));
|
context.filters.push(function ({ sheets }) sheets.some(cmd.filter));
|
||||||
Styles.completeSite(context, window.content, args["-group"]);
|
|
||||||
},
|
},
|
||||||
literal: 1,
|
literal: 1,
|
||||||
options: [
|
options: [
|
||||||
|
|||||||
Reference in New Issue
Block a user