diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-08-13 10:57:43 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-08-13 10:57:43 +0000 |
commit | d679322cf9af4e654d9c8d3f04856a8fce5b4988 (patch) | |
tree | c15dd2ed9cd43d77be3f6461018dc590339f219e /Completion | |
parent | 17ca9022afa23854c29c2d0e6cc9fc94a99ab820 (diff) | |
download | zsh-d679322cf9af4e654d9c8d3f04856a8fce5b4988.tar.gz zsh-d679322cf9af4e654d9c8d3f04856a8fce5b4988.tar.xz zsh-d679322cf9af4e654d9c8d3f04856a8fce5b4988.zip |
-[12n] options don't get arguments (15615)
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Type/_path_files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_path_files b/Completion/Unix/Type/_path_files index 1bf91caf2..b635a8ab9 100644 --- a/Completion/Unix/Type/_path_files +++ b/Completion/Unix/Type/_path_files @@ -17,7 +17,7 @@ exppaths=() zparseopts -a mopts \ 'P:=pfx' 'S:=pfxsfx' 'q=pfxsfx' 'r:=pfxsfx' 'R:=pfxsfx' \ 'W:=prepaths' 'F:=ignore' 'M+:=matcher' \ - J+: V+: X+: 1: 2: n: 'f=tmp1' '/=tmp1' 'g+:-=tmp1' + J+: V+: X+: 1 2 n 'f=tmp1' '/=tmp1' 'g+:-=tmp1' sopt="-${(@j::M)${(@)tmp1#-}#?}" (( $tmp1[(I)-[/g]*] )) && haspats=yes |