mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 19:23:32 +01:00
Add completions to :ha! >foo
This commit is contained in:
@@ -1616,6 +1616,10 @@ var Buffer = Module("Buffer", {
|
|||||||
{
|
{
|
||||||
argCount: "?",
|
argCount: "?",
|
||||||
bang: true,
|
bang: true,
|
||||||
|
completer: function (context, args) {
|
||||||
|
if (args.bang && /^>/.test(context.filter))
|
||||||
|
context.fork("file", 1, modules.completion, "file");
|
||||||
|
},
|
||||||
literal: 0
|
literal: 0
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user