summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-08-07 11:49:10 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2020-08-08 01:24:28 +0300
commita65ef70b7deac0115895278e3965e12bdf429182 (patch)
treeb4edecd1ecff2e8fa363951bc09d594c9c33ed9f /data
parentc5e3ce301235fadca77c8db05fc7b89bc04b57d3 (diff)
downloadmeson-a65ef70b7deac0115895278e3965e12bdf429182.tar.gz
completions/zsh: Add --native-file
Which is missing
Diffstat (limited to 'data')
-rw-r--r--data/shell-completions/zsh/_meson1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/shell-completions/zsh/_meson b/data/shell-completions/zsh/_meson
index 49860d554..e7fe968a0 100644
--- a/data/shell-completions/zsh/_meson
+++ b/data/shell-completions/zsh/_meson
@@ -113,6 +113,7 @@ local -a meson_commands=(
'--stdsplit=[split stdout and stderr in test logs]' \
'--errorlogs=[prints the logs from failing tests]' \
'--cross-file=[cross-compilation environment description]:cross file:_files' \
+ '--native-file=[build machine compilation environment description]:native file:_files' \
'--wrap-mode=[special wrap mode]:wrap mode:'"$__meson_wrap_modes" \
":$firstd directory:_directories" \
"::$secondd directory:_directories" \