bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tab completion breaks for tilde-paths with filenames containing spac


From: Dave Rutherford
Subject: Re: Tab completion breaks for tilde-paths with filenames containing space
Date: Wed, 14 Jan 2015 10:52:19 -0500

On Wed, Jan 14, 2015 at 10:14 AM, Eduardo A. Bustamante López
<dualbus@gmail.com> wrote:
> Can you test with:
>  bash --norc --noprofile -i

It is working in this case. The difference seems to be in direxpand.

$ shopt -s direxpand; shopt direxpand
direxpand       on
$ vi ~/a/a\ <TAB><TAB>        [nothing]
$ shopt -u direxpand; shopt direxpand
direxpand       off
$ vi ~/a/a\ <TAB>                   [expands to]
$ vi ~/a/a\ a.<TAB><TAB>
a a.odt  a a.txt

Is this expected?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]