Re: Incorrect path canonicalisation at autocompletion

2018-12-03 Thread Mattias Andrée
On Mon, 3 Dec 2018 09:58:33 -0500 Chet Ramey wrote: > On 12/3/18 9:49 AM, Mattias Andrée wrote: > > On Mon, 3 Dec 2018 09:33:48 -0500 > > Chet Ramey wrote: > > > >> On 12/1/18 3:12 PM, Mattias Andrée wrote: > >>> Using Bash 4.4.023, type > >&

Re: Incorrect path canonicalisation at autocompletion

2018-12-03 Thread Mattias Andrée
On Mon, 3 Dec 2018 09:33:48 -0500 Chet Ramey wrote: > On 12/1/18 3:12 PM, Mattias Andrée wrote: > > Using Bash 4.4.023, type > > > > cd > > mkdir -p 1/2 > > cd 1/2 > > touch ../../3 > > ln -s ~ 4 > > touch 5 > >

Incorrect path canonicalisation at autocompletion

2018-12-01 Thread Mattias Andrée
Using Bash 4.4.023, type cd mkdir -p 1/2 cd 1/2 touch ../../3 ln -s ~ 4 touch 5 ls 4/../ without pressing enter at the last line, instead press twice. 4/ and 5 will be suggested, but if you press you will see that it should suggest the fil