From 2c000ee7bab65f950fd4bec2077332d90ef5417a Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 6 Apr 2021 14:20:32 +0200 Subject: 48414: quote closing bracket to adapt for change in 43928 --- ChangeLog | 3 +++ Completion/Unix/Type/_bpf_filters | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 62d736cb2..51a54d5e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2021-04-06 Oliver Kiddle + * 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 diff --git a/Completion/Unix/Type/_bpf_filters b/Completion/Unix/Type/_bpf_filters index 54e2172c9..b744b1ab4 100644 --- a/Completion/Unix/Type/_bpf_filters +++ b/Completion/Unix/Type/_bpf_filters @@ -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 \()' \# \ \(\ \(\ \(\ -- cgit 1.4.1