From a1f78748a23c53a24971de5f145b4757f7972bbe Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 28 Apr 2017 22:02:24 +0200 Subject: [PATCH] do not insert manpage sections during completion --- .zsh/zshrc/80-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc/80-completion b/.zsh/zshrc/80-completion index e45b9fd..5c5835c 100644 --- a/.zsh/zshrc/80-completion +++ b/.zsh/zshrc/80-completion @@ -213,7 +213,7 @@ zstyle -e ':completion:*' special-dirs '[[ $PREFIX = (../)#(|.|..) ]] && reply=( # complete manual by their section zstyle ':completion:*:manuals' separate-sections true -zstyle ':completion:*:manuals.*' insert-sections true +zstyle ':completion:*:manuals.*' insert-sections false zstyle ':completion:*:man:*' menu yes select # debbug #527301 -- 2.39.2