aboutsummaryrefslogtreecommitdiffstats
path: root/memo.js
diff options
context:
space:
mode:
authoranekos2010-12-01 04:13:52 +0900
committeranekos2010-12-01 04:13:52 +0900
commitb32e1c1cad79278c3744df218c47e0eb497b26da (patch)
tree40613aede40441fd0f97e0bca53c515af17aef63 /memo.js
parente5ed812d35944e4f6b51c1f3be036eb4cd56285a (diff)
downloadvimperator-plugins-b32e1c1cad79278c3744df218c47e0eb497b26da.tar.bz2
Follow Vimp3.0
Diffstat (limited to 'memo.js')
-rw-r--r--memo.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/memo.js b/memo.js
index 563d9a7..a282f5b 100644
--- a/memo.js
+++ b/memo.js
@@ -136,6 +136,8 @@ let PLUGIN_INFO =
if (!args.bang)
return;
+ context.compare = void 0;
+
context.createRow = function(item, highlightGroup) {
let desc = item[1] || this.process[1].call(this, item, item.description);