mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 21:55:44 +01:00
Highlight substrings matching the filter in completions. Fix javascript completion and :hi. Run dump() arguments through objectToString and append "\n"
This commit is contained in:
@@ -737,7 +737,6 @@ lookup:
|
||||
// no need (actually forbidden) to add: js <<EOF ... EOF around those files
|
||||
source: function (filename, silent)
|
||||
{
|
||||
liberator.dump("filename: " + filename + "\n");
|
||||
try
|
||||
{
|
||||
var file = ioManager.getFile(filename);
|
||||
|
||||
Reference in New Issue
Block a user