From 1a1b910c141ee7e6416b552b97afd149cf4743b8 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 1 Mar 2023 23:14:23 +0800 Subject: fix completer again --- xmake/modules/private/utils/completer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/private/utils/completer.lua') diff --git a/xmake/modules/private/utils/completer.lua b/xmake/modules/private/utils/completer.lua index db7d4cbe9..3dc014227 100644 --- a/xmake/modules/private/utils/completer.lua +++ b/xmake/modules/private/utils/completer.lua @@ -136,7 +136,7 @@ function completer:_complete_option_kv_v(options, current, completing, name, val table.insert(found_candidates, { value = format("--%s=%s", name, v), is_complete = true }) end end - completer:_print_candidates(found_candidates) + self:_print_candidates(found_candidates) -- whether any candidates has been found, finish complete since we don't have more info return true -- cgit v1.3.1