
5 Nov
2007
5 Nov
'07
9:21 a.m.
On 11/4/07, Brent Yorgey
On Nov 4, 2007 3:32 PM, Valery V. Vorotyntsev
wrote: * ManPrompt.hs: auto-complete explicit paths (those with `/') Bash's compgen is used for this (like in ShellPrompt.hs).
What happens if bash is not found? Does auto-completion fail gracefully?
In this case it won't auto-complete strings with slashes, but nothing more. -- vvv