fix (( $+functions[_f] )) || _f()

checked with: "\(\( \$\+functions\[(.*)\] \)\) \|\|\n(?!\1)"
This commit is contained in:
Ludovic Jozeau
2021-04-08 15:50:39 +02:00
parent f0c856912c
commit 98cb234270
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ _get_filters() {
}
(( $+functions[_pygmentize_get_formatters] )) ||
(( $+functions[_get_formatters] )) ||
_get_formatters() {
local cache_policy
zstyle -s ":completion:${curcontext}:" cache-policy cache_policy