From 486c21ad3a5530535f2c572c81b68548d628d675 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sun, 28 Jun 2009 17:19:59 +0000 Subject: unposted: support lzma compression of man pages used in Mandriva --- Completion/Unix/Command/_man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_man b/Completion/Unix/Command/_man index dc5bb1fec..0820870f2 100644 --- a/Completion/Unix/Command/_man +++ b/Completion/Unix/Command/_man @@ -98,9 +98,9 @@ _man_pages() { if ((CURRENT > 2)) || ! zstyle -t ":completion:${curcontext}:manuals.$sect" insert-sections then - compadd "$@" - ${pages%.((?|<->*)(|.gz|.bz2|.Z))} + compadd "$@" - ${pages%.((?|<->*)(|.gz|.bz2|.Z|.lzma))} else - compadd "$@" -P "$sopt$sect " - ${pages%.((?|<->*)(|.gz|.bz2|.Z))} + compadd "$@" -P "$sopt$sect " - ${pages%.((?|<->*)(|.gz|.bz2|.Z|.lzma))} fi } -- cgit 1.4.1