diff options
| author | Oliver Kiddle <opk@zsh.org> | 2026-04-30 20:52:51 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2026-04-30 20:52:51 +0200 |
| commit | 9c8474b72688606d34e3854fc8fdd63d37b0fed2 (patch) | |
| tree | 2cf15dc23f133158da9fc44a9a0ce987c639aefa /Completion/Unix/Command | |
| parent | unposted: minimal tests of _regex_arguments (diff) | |
| download | zsh-9c8474b72688606d34e3854fc8fdd63d37b0fed2.tar zsh-9c8474b72688606d34e3854fc8fdd63d37b0fed2.tar.gz zsh-9c8474b72688606d34e3854fc8fdd63d37b0fed2.tar.bz2 zsh-9c8474b72688606d34e3854fc8fdd63d37b0fed2.tar.lz zsh-9c8474b72688606d34e3854fc8fdd63d37b0fed2.tar.xz zsh-9c8474b72688606d34e3854fc8fdd63d37b0fed2.tar.zst zsh-9c8474b72688606d34e3854fc8fdd63d37b0fed2.zip | |
unposted: complete also for FreeBSD's flua
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_lua | 2 |
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 |
