zsh-autocomplete icon indicating copy to clipboard operation
zsh-autocomplete copied to clipboard

Don't filter comments out of displayed history lines.

Open marlonrichert opened this issue 1 year ago • 0 comments

They are filtered out by using ${(Z+C+)...}, but that's actually not desirable. Let's use ${(Z+c+)...} instead.

marlonrichert avatar Aug 29 '22 06:08 marlonrichert