diff options
Diffstat (limited to 'Completion/Zsh/Context')
-rw-r--r-- | Completion/Zsh/Context/_value | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Zsh/Context/_value b/Completion/Zsh/Context/_value index 15218eb60..cb2675c0e 100644 --- a/Completion/Zsh/Context/_value +++ b/Completion/Zsh/Context/_value @@ -58,4 +58,6 @@ _value:LDFLAGS () { fi } +_value:DISPLAY() { _x_display "$@" } + _value "$@" |