mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 18:14:12 +01:00
Fix JAR URI completion.
--HG-- branch : key-processing
This commit is contained in:
@@ -921,7 +921,7 @@ unlet s:cpo_save
|
||||
isDirectory: function () s.substr(-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
|
||||
context.generate = function generate_file() {
|
||||
|
||||
Reference in New Issue
Block a user