mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 23:02:27 +01:00
Make JS function completion better. Fix some other completion bugs. Dont complete JS after /[\]})"/.
This commit is contained in:
@@ -700,7 +700,7 @@ function Options() //{{{
|
||||
context.title = ["Option"];
|
||||
context.quote = [prefix, util.identity, ""];
|
||||
context.keys = { text: "names", description: "description" };
|
||||
context.completions = [opt for (opt in opts)];
|
||||
context.completions = opts;
|
||||
return;
|
||||
}
|
||||
else if (prefix == "no")
|
||||
|
||||
Reference in New Issue
Block a user