Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | do the variety-pack of bash-style \letter expansions on prompt variables. | 2004-11-04 | 1 | -54/+2 | ||
| | | | | | | a few issues remain with \ and $ and ! because of early variable expansion done by incorrect eval/substitution, but this change is not responsible for that. tested by djm, jmc, and many others | |||||
* | in word location, fix forward scanning so it correctly account for any | 2003-08-22 | 1 | -2/+2 | ||
| | | | | | | | escaped char and not only spaces. for "foo (bar.a)" and "foo (bar a)", cd foo\ \(bar.<tab> will correctly expand to foo\ \(bar.a\). otto@ and pval@ ok. | |||||
* | protos | 2003-06-26 | 1 | -1/+3 | ||
| | ||||||
* | in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, this | 2003-05-05 | 1 | -2/+2 | ||
| | | | | escapes "`" so by instance cd works correctly; millert@ and pvalchev@ ok. | |||||
* | knf | 2002-06-09 | 1 | -3/+3 | ||
| | ||||||
* | Add '#' to the list of escaped characters during vi/emacs filename completion. | 2002-02-16 | 1 | -2/+2 | ||
| | | | | From Matt Bing. | |||||
* | forgot to remove debugging #if 0 | 2001-02-19 | 1 | -3/+1 | ||
| | | | | messed up completion on e.g. / and ./ | |||||
* | bash-like 'double-tab' completion | 2001-02-19 | 1 | -7/+13 | ||
| | | | | | | | | | - bind TAB (^I) to complete-list by default - complete-list now lists 'ls style' not 'menu style' - complete-list first completes; if that does not work, it lists - fix a memleak in emacs.c, do_complete - completion now works after '=' (dd), and ':' (ssh) and ` (backtick) - a command can now start with a subdir from the current dir | |||||
* | quote metachars when completing filenames from jdolecek@netbsd. ok millert@ | 1999-11-14 | 1 | -5/+58 | ||
| | ||||||
* | patches from pdksh 5.2.13.11 | 1999-06-15 | 1 | -3/+21 | ||
| | ||||||
* | sync with pdksh-unstable-5.2.13.6 | 1999-01-10 | 1 | -2/+2 | ||
| | ||||||
* | bug fixes from pdksh-unstable-5.2.13.5; some of which we already had. | 1999-01-08 | 1 | -2/+3 | ||
| | ||||||
* | pdksh-5.2.13 + local changes | 1998-06-25 | 1 | -10/+2 | ||
| | ||||||
* | back out | 1997-06-19 | 1 | -12/+12 | ||
| | ||||||
* | (foo *)0 -> NULL | 1997-06-18 | 1 | -12/+12 | ||
| | ||||||
* | -Wall'ing. | 1996-12-14 | 1 | -1/+2 | ||
| | ||||||
* | Integrate pdksh 5.2.9. | 1996-10-01 | 1 | -27/+29 | ||
| | ||||||
* | update to pdksh-5.2.8 | 1996-08-19 | 1 | -47/+157 | ||
| | ||||||
* | Import pdksh 5.2.7. | 1996-08-14 | 1 | -0/+900 | ||