zsh-workers
 help / color / mirror / code / Atom feed
* [BUG] umount mountpoint completion
@ 2017-03-05 15:08 Ferdinand Thiessen
  2017-03-06  0:55 ` Ferdinand Thiessen
  2017-03-06  4:01 ` Bart Schaefer
  0 siblings, 2 replies; 11+ messages in thread
From: Ferdinand Thiessen @ 2017-03-05 15:08 UTC (permalink / raw)
  To: zsh-workers

Hello,

I noticed following bug since at least zsh 5.3:

> % cd /tmp
> % mkdir "a 0"
> % sudo mount -o bind /opt "a 0"
> % sudo umount "/tmp/a *TAB*

*TAB* is the position when tabulator key is pressed.
This results in 5.3 to this:

> % sudo umount "/tmp/a\ 0"

Which is of course invalid. And with 5.3.1 it results to this:

> % sudo umount "/tmp/a^@"

The hex value of the result is: 2f74 6d70 2f61 00.

Regards,

Ferdinand


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-03-09  5:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-05 15:08 [BUG] umount mountpoint completion Ferdinand Thiessen
2017-03-06  0:55 ` Ferdinand Thiessen
2017-03-06  4:01 ` Bart Schaefer
2017-03-06 17:35   ` Ferdinand Thiessen
2017-03-06 23:10     ` Bart Schaefer
2017-03-07 11:19       ` Daniel Shahaf
2017-03-07 19:14         ` Bart Schaefer
2017-03-07 20:37           ` Ferdinand Thiessen
2017-03-07 21:49             ` Bart Schaefer
2017-03-08  2:08               ` Ferdinand Thiessen
2017-03-09  5:55                 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).