On Wed, Jan 14, 2015 at 10:14 AM, Eduardo A. Bustamante López <dual...@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?