1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 19:32:27 +01:00

Add :highlight to :mkv

This commit is contained in:
Kris Maglione
2008-10-30 03:43:04 +00:00
parent c4f57dd85a
commit df4f130266

View File

@@ -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]"],