From f02c0bf9801143e52f78167c8e3386872b33c5a8 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 11 Jan 2020 21:32:21 +0000 Subject: [PATCH] Don't describe as ZSH_HIGHLIGHT_DIRS_BLACKLIST as experimental, now that it's named without the X_ prefix. --- docs/highlighters/main.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/highlighters/main.md b/docs/highlighters/main.md index 3b0e853..43f6082 100644 --- a/docs/highlighters/main.md +++ b/docs/highlighters/main.md @@ -86,7 +86,6 @@ manual page][zshzle-Character-Highlighting]. #### Parameters To avoid partial path lookups on a path, add the path to the `ZSH_HIGHLIGHT_DIRS_BLACKLIST` array. -This interface is still experimental. ```zsh ZSH_HIGHLIGHT_DIRS_BLACKLIST+=(/mnt/slow_share)