]> Sergey Matveev's repositories - dotfiles.git/commitdiff
man completion has higher priority
authorSergey Matveev <stargrave@stargrave.org>
Sat, 10 Dec 2022 19:41:01 +0000 (22:41 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 10 Dec 2022 19:41:01 +0000 (22:41 +0300)
zsh/.zsh/rc/015completion.zsh

index df08dc8ea71d80be667ad08d5928669745a5a029..1eec179866731bdda98031be6fca654a72ef64bf 100644 (file)
@@ -14,9 +14,9 @@ zstyle ":completion:*" matcher-list "" "m:{a-z-}={A-Z_}" "r:|?=** m:{a-z-}={A-Z_
 zstyle ":completion:*:man:*:*:*" matcher-list "" "m:{a-zA-Z}={A-Za-z} l:|=* r:|=*"
 zstyle ":completion:*" completer \
     _mycomp_mbox \
-    _mycomp \
     _mycomp_man:man \
     _mycomp_info \
+    _mycomp \
     _parameters \
     _ignored