From 10a596f9fdbca1980903812182cc61da1f16a610 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 3 Jun 2016 08:46:30 +0000 Subject: [PATCH] dev docs: Document a useful tab completion setting. --- HACKING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HACKING.md b/HACKING.md index 633cea0..39d82fa 100644 --- a/HACKING.md +++ b/HACKING.md @@ -61,6 +61,13 @@ itself as third word (cf. the [documentation for `expected_region_highlight`] "1 8 fg=white,bold,bg=red" # rm -rf / ) +Miscellany +---------- + +If you work on the driver (`zsh-syntax-highlighting.zsh`), you may find the following zstyle useful: + + zstyle ':completion:*:*:*:*:globbed-files' ignored-patterns {'*/',}zsh-syntax-highlighting.plugin.zsh + IRC channel -----------