Zsh Mailing List Archive
Messages sorted by:
Reverse Date
,
Date
,
Thread
,
Author
Unexpected globbing when expanding history
X-seq
: zsh-workers 52952
From
: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
To
: Zsh hackers list <zsh-workers@xxxxxxx>
Subject
: Unexpected globbing when expanding history
Date
: Fri, 14 Jun 2024 18:31:28 +0200
Archived-at
: <https://zsh.org/workers/52952>
List-id
: <zsh-workers.zsh.org>
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
Follow-Ups
:
Re: Unexpected globbing when expanding history
From:
Mikael Magnusson
Messages sorted by:
Reverse Date
,
Date
,
Thread
,
Author