mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:02:26 +01:00
Add :highlight to :mkv
This commit is contained in:
@@ -912,7 +912,15 @@ function Buffer() //{{{
|
||||
argCount: 1,
|
||||
bang: 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]"],
|
||||
|
||||
Reference in New Issue
Block a user