mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:32:25 +01:00
Add :highlight to :mkv
This commit is contained in:
@@ -912,7 +912,15 @@ function Buffer() //{{{
|
|||||||
argCount: 1,
|
argCount: 1,
|
||||||
bang: true,
|
bang: true,
|
||||||
hereDoc: true,
|
hereDoc: true,
|
||||||
literal: true
|
literal: true,
|
||||||
|
serial: function () [
|
||||||
|
{
|
||||||
|
command: this.name,
|
||||||
|
arguments: [k],
|
||||||
|
literalArg: v
|
||||||
|
}
|
||||||
|
for ([k, v] in Iterator(highlight))
|
||||||
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
commands.add(["vie[wsource]"],
|
commands.add(["vie[wsource]"],
|
||||||
|
|||||||
Reference in New Issue
Block a user