Re: [PATCH] Fix escaping of \034 (^\) in paths for \w, \W, and \s

2022-03-14 Thread Chet Ramey
On 3/12/22 10:35 AM, Koichi Murase wrote: I have tried the latest devel branch to see the behavior of the escaping of directory names (\w, \W) in the prompt implemented in the recent commit b4e5e550, which was originally discussed in the thread [1]. It now mostly works as expected, but I noticed

Re: [PATCH] Fix escaping of \034 (^\) in paths for \w, \W, and \s

2022-03-14 Thread Koichi Murase
2022年3月15日(火) 4:06 Chet Ramey : > > Description: > > > >The escaping of the invisible characters in the directory names in > >the prompt escapes \w, \W and the path in \s has been implemented in > >the function `sh_backslash_quote_for_double_quotes' > >(lib/sh/shquote.c:323) in comm