1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-02 03:05:47 +01:00

Fix JAR URI completion.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-25 20:36:01 -05:00
parent 9ad1cbef58
commit 3e446bcaa5

View File

@@ -921,7 +921,7 @@ unlet s:cpo_save
isDirectory: function () s.substr(-1) == "/", isDirectory: function () s.substr(-1) == "/",
leafName: /([^\/]*)\/?$/.exec(s)[1] leafName: /([^\/]*)\/?$/.exec(s)[1]
} }
for (s in io.listJar(getDir(uri.JARFile, uri.JAREntry)))] for (s in io.listJar(uri.JARFile, getDir(uri.JAREntry)))]
}; };
else else
context.generate = function generate_file() { context.generate = function generate_file() {