5 Nov
2007
5 Nov
'07
5:21 p.m.
On 11/4/07, Brent Yorgey <byorgey@gmail.com> wrote:
On Nov 4, 2007 3:32 PM, Valery V. Vorotyntsev <valery.vv@gmail.com> 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