From ecefe45f8e40b3e40337e7375c2c2c391a98e85e Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 22 Sep 2020 16:38:58 -0700 Subject: zsh: Add ability to complete depedency paths using , separated syntax --- data/shell-completions/zsh/_meson | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data') diff --git a/data/shell-completions/zsh/_meson b/data/shell-completions/zsh/_meson index aec1847..3a92f27 100644 --- a/data/shell-completions/zsh/_meson +++ b/data/shell-completions/zsh/_meson @@ -62,10 +62,10 @@ local -a __meson_common=( '--werror[treat warnings as errors]' '--wrap-mode=[special wrap mode]:wrap mode:'"$__meson_wrap_modes" '--force-fallback-for=[force fallback for listed subprojects]' - '--pkg-config-path=[extra paths for HOST pkg-config to search]:paths:_files -/' - '--build.pkg-config-path=[extra paths for BUILD pkg-config to search]:paths:_files -/' - '--cmake-prefix-path=[extra prefixes for HOST cmake to search]:paths:_files -/' - '--build.cmake-prefix-path=[extra prefix for BUILD cmake to search]:paths:_files -/' + '--pkg-config-path=[extra paths for HOST pkg-config to search]:paths:_dir_list -s ,' + '--build.pkg-config-path=[extra paths for BUILD pkg-config to search]:paths:_dir_list -s ,' + '--cmake-prefix-path=[extra prefixes for HOST cmake to search]:paths:_dir_list -s ,' + '--build.cmake-prefix-path=[extra prefix for BUILD cmake to search]:paths:_dir_list -s ,' ) local -a meson_commands=( -- cgit v1.1