From e59a1eae6d34784dd2613a26d4b8c93f6cd954b2 Mon Sep 17 00:00:00 2001 From: adrian5 Date: Sat, 18 Sep 2021 12:20:25 +0200 Subject: [PATCH] Update URL in documentation comment --- src/config.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.zsh b/src/config.zsh index 5a0ebd8..f85f74a 100644 --- a/src/config.zsh +++ b/src/config.zsh @@ -5,7 +5,7 @@ # Color to use when highlighting suggestion # Uses format of `region_highlight` -# More info: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Zle-Widgets +# More info: https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Zle-Widgets (( ! ${+ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE} )) && typeset -g ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8'