summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_lua b/Completion/Unix/Command/_lua
index 3a1ef4fd7..0a4facbe3 100644
--- a/Completion/Unix/Command/_lua
+++ b/Completion/Unix/Command/_lua
@@ -1,4 +1,4 @@
-#compdef lua -P lua[0-9.-]##
+#compdef lua flua -P lua[0-9.-]##
# Complete lua library names. We go out of our way here to support sub-modules
# (of the format foo.bar.baz), even though the way `lua -l` handles those isn't