Re: [PATCH] skip `.' and `..' directories in TAB completion

2008-01-05 Thread Robert Millan
On Sat, Jan 05, 2008 at 02:35:35AM +0100, Yoshinori K. Okuji wrote: > On Friday 04 January 2008 13:14, Robert Millan wrote: > > This patch skips . and .. directories in tab completion. They're basicaly > > useless to the user, and this mimics bash completion behaviour. > > Okay for me. Committed

Re: [PATCH] skip `.' and `..' directories in TAB completion

2008-01-04 Thread Yoshinori K. Okuji
On Friday 04 January 2008 13:14, Robert Millan wrote: > This patch skips . and .. directories in tab completion. They're basicaly > useless to the user, and this mimics bash completion behaviour. Okay for me. Thanks, Okuji ___ Grub-devel mailing list

[PATCH] skip `.' and `..' directories in TAB completion

2008-01-04 Thread Robert Millan
This patch skips . and .. directories in tab completion. They're basicaly useless to the user, and this mimics bash completion behaviour. -- Robert Millan I know my rights; I want my phone call! What use is a phone call, if you are unable to speak? (as seen on /.) * normal/completion.c (it