From 0e32b08d1b4b98e38475d33169918da8ab1267c3 Mon Sep 17 00:00:00 2001 From: Suhas Karanth Date: Fri, 15 Jan 2021 21:19:46 +0530 Subject: [PATCH] chore: caution against `COMPLETION_WAITING_DOTS` in template (#8352) --- templates/zshrc.zsh-template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 307618104abb..65d5ea65b2f1 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -45,6 +45,8 @@ ZSH_THEME="robbyrussell" # ENABLE_CORRECTION="true" # Uncomment the following line to display red dots whilst waiting for completion. +# Caution: this setting can cause issues with multiline prompts (zsh 5.7.1 and newer seem to work) +# See https://github.com/ohmyzsh/ohmyzsh/issues/5765 # COMPLETION_WAITING_DOTS="true" # Uncomment the following line if you want to disable marking untracked files