From 59bb421290c203d984cb0b42d33462239cb6d6bd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 18 Aug 2008 19:53:39 +0200 Subject: etc/completion: Also show warnings --- etc/completion | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/completion b/etc/completion index c430f70..8883648 100644 --- a/etc/completion +++ b/etc/completion @@ -12,9 +12,14 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z} m:_=\\\ ' '' # Be verbose zstyle ':completion:*' verbose true -zstyle ':completion:*:descriptions' format "${ps_info}·${ps_reset} %d ${ps_info}·${ps_reset}" -zstyle ':completion:*:messages' format "${ps_info}·${ps_reset} %d ${ps_info}·${ps_reset}" -zstyle ':completion:*:corrections' format "${ps_info}·${ps_reset} %d ${ps_info}·${ps_reset}" +zstyle ':completion:*:descriptions' format \ + "${ps_info}·${ps_reset} %d ${ps_info}·${ps_reset}" +zstyle ':completion:*:messages' format \ + "${ps_info}·${ps_reset} %d ${ps_info}·${ps_reset}" +zstyle ':completion:*:corrections' format \ + "${ps_info}·${ps_reset} %d ${ps_info}·${ps_reset}" +zstyle ':completion:*:warnings' format \ + "${ps_red}no match:${ps_reset} %d" zstyle ':completion:*' group-name '' -- cgit v1.2.3