summaryrefslogtreecommitdiff
path: root/xmake/plugins/lua/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-06-06 12:45:06 +0800
committerGitHub <[email protected]>2019-06-06 12:45:06 +0800
commit12671e1c0af4e86d1ee73ccd13ff35defde7dc4b (patch)
tree5e833758b969884f19c3a9cc10a69efba8f9fe62 /xmake/plugins/lua/xmake.lua
parent4c7dc142394d23b213071ff057c383204f716eaa (diff)
parent69c93dba3591d9404bc6b38d84aca731db84ad15 (diff)
Merge pull request #445 from OpportunityLiu/tap-completion
Improve tab completion
Diffstat (limited to 'xmake/plugins/lua/xmake.lua')
-rw-r--r--xmake/plugins/lua/xmake.lua4
1 files changed, 2 insertions, 2 deletions
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