From 69c93dba3591d9404bc6b38d84aca731db84ad15 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Thu, 6 Jun 2019 12:36:44 +0800 Subject: improve tab complete on bash and zsh --- xmake/plugins/lua/xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/plugins/lua') diff --git a/xmake/plugins/lua/xmake.lua b/xmake/plugins/lua/xmake.lua index 11fce7a20..26067e90e 100644 --- a/xmake/plugins/lua/xmake.lua +++ b/xmake/plugins/lua/xmake.lua @@ -39,7 +39,7 @@ task("lua") for _, file in ipairs(files) do print(" " .. path.basename(file)) end - return + return end -- run command? @@ -50,7 +50,7 @@ task("lua") script = tmpfile end - -- get script + -- get script if script then -- import and run script -- cgit v1.3.1