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

Zsh 5.9 Tab Completion Bug



Steps to reproduce:
Type these commands in the terminal:
```
$ touch o-st o-te
$ ls o-
```
Now hit <TAB>, the terminal becomes:
```
$ ls o-T
```
Hit <TAB> again, the terminal becomes:
```
$ ls o-te
```





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