mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-10 01:00:39 +01:00
Command substitution via $() trims trailing newlines so the old approach to reading everything from the fd was preventing suggestions from ending with newlines. Found the read solution here: https://stackoverflow.com/a/15184414/154703