mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 02:07:58 +01:00
Add file input editing history.
This commit is contained in:
@@ -1200,7 +1200,8 @@ var Buffer = Module("buffer", {
|
||||
events.dispatch(elem, events.create(elem.ownerDocument, "change", {}));
|
||||
}, {
|
||||
completer: function (context) completion.file(context),
|
||||
default: elem.value
|
||||
default: elem.value,
|
||||
history: "file"
|
||||
});
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user