From 1d42750114e47a31286268880affcd66c6ae48d5 Mon Sep 17 00:00:00 2001 From: roxma Date: Sun, 20 Jan 2019 00:43:38 +0800 Subject: [PATCH] Catch up the matcher_get change in ncm2 https://github.com/ncm2/ncm2/commit/8e02f12521ceb0d0cd1862b1eb9073f8ff96cc7f --- pythonx/ncm2_bufword.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonx/ncm2_bufword.py b/pythonx/ncm2_bufword.py index 68309fa..f989039 100644 --- a/pythonx/ncm2_bufword.py +++ b/pythonx/ncm2_bufword.py @@ -23,7 +23,7 @@ def on_complete(self, ctx): matches = [] - matcher = self.matcher_get(ctx['matcher']) + matcher = self.matcher_get(ctx) matches = [] seen = {}