mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-18 00:10:14 +00:00
fix (( $+functions[_f] )) || _f()
checked with: "\(\( \$\+functions\[(.*)\] \)\) \|\|\n(?!\1)"
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user