Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Unexpected globbing when expanding history



This came my way via https://github.com/romkatv/zsh4humans/issues/313

    % zsh -f
    % fc -p =(print '\u30C7')
    % : "${history[@]}"
    zsh: no matches found: \M-c\n
    % noglob : "${history[@]}"

Roman


Messages sorted by: Reverse Date, Date, Thread, Author