1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Document COMPLETION_WAITING_DOTS problems

Marc Cornellà
2021-01-15 16:36:33 +01:00
parent e7d29a2b27
commit 7c4d3007c9

@@ -245,7 +245,7 @@ requires a lot of processing before offering completion entries.
COMPLETION_WAITING_DOTS=true
```
NOTE: this setting has been known to cause issues with multiline prompt themes.
NOTE: this setting has been found to cause issues with [multiline prompt themes](https://github.com/ohmyzsh/ohmyzsh/issues/5765) ([zsh 5.7.1 and newer seem to work](https://github.com/ohmyzsh/ohmyzsh/issues/5765#issuecomment-569432346)).
### `DISABLE_UNTRACKED_FILES_DIRTY`