From df4f130266d98982440c7daaee8f06e167256249 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 30 Oct 2008 03:43:04 +0000 Subject: [PATCH] Add :highlight to :mkv --- content/buffer.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/buffer.js b/content/buffer.js index 94edd772..cf1b1200 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -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]"],