mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
48414: quote closing bracket to adapt for change in 43928
This commit is contained in:
parent
aaf619cc22
commit
2c000ee7ba
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2021-04-06 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 48414: Completion/Unix/Type/_bpf_filters: quote closing bracket
|
||||
to adapt for change in 43928
|
||||
|
||||
* Marlon Richert: 48413: Test/comptest, Test/Y01completion.ztst:
|
||||
Fix _expand completion test
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ compquote suf
|
|||
# protocol or field: it is one, the other or both but not neither
|
||||
|
||||
_regex_arguments _bpf /$'[^\0]#\0'/ \( \
|
||||
/$'(not[ \0]#|![ \0]#|(\\\\|)\\([ \0]#)'/ ':operators:operator:(not ()' \# \
|
||||
/$'(not[ \0]#|![ \0]#|(\\\\|)\\([ \0]#)'/ ':operators:operator:(not \()' \# \
|
||||
\(\
|
||||
\(\
|
||||
\(\
|
||||
|
|
Loading…
Reference in a new issue