See following example:

$ echo ${.sh.version}
Version JMP 93u+ 2012-02-29
$ ls -F
dir123/  dir321/
$ set -o emacs
$ cd d<TAB>    <== When I press <TAB> it auto completes `d' to `dir'. This
is fine.
$ cd dir
$ cd dir3<TAB>    <== Then I enter 3 and press <TAB> again. Here I want it
to auto complete as `dir321' and then I can press <ENTER>.
$ cd dir3
1) dir321/    <== But it shows this out and let me choose.
$ cd dir3    <== Here I have to press 1<TAB> to have it complete to
`dir321', which is a bit annoying.

The `vi' edit mode behaves the same.
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to