1
0
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:
Kris Maglione
2008-10-07 20:33:44 +00:00
parent 01e89bc6d8
commit 08ac946225
7 changed files with 109 additions and 38 deletions

View File

@@ -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);