summaryrefslogtreecommitdiffstats
path: root/bin/ksh/edit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* do the variety-pack of bash-style \letter expansions on prompt variables.deraadt2004-11-041-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 anyfgsch2003-08-221-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.
* protosderaadt2003-06-261-1/+3
|
* in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, thisfgsch2003-05-051-2/+2
| | | | escapes "`" so by instance cd works correctly; millert@ and pvalchev@ ok.
* knftodd2002-06-091-3/+3
|
* Add '#' to the list of escaped characters during vi/emacs filename completion.millert2002-02-161-2/+2
| | | | From Matt Bing.
* forgot to remove debugging #if 0camield2001-02-191-3/+1
| | | | messed up completion on e.g. / and ./
* bash-like 'double-tab' completioncamield2001-02-191-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@d1999-11-141-5/+58
|
* patches from pdksh 5.2.13.11millert1999-06-151-3/+21
|
* sync with pdksh-unstable-5.2.13.6millert1999-01-101-2/+2
|
* bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.millert1999-01-081-2/+3
|
* pdksh-5.2.13 + local changesmillert1998-06-251-10/+2
|
* back outkstailey1997-06-191-12/+12
|
* (foo *)0 -> NULLkstailey1997-06-181-12/+12
|
* -Wall'ing.mickey1996-12-141-1/+2
|
* Integrate pdksh 5.2.9.downsj1996-10-011-27/+29
|
* update to pdksh-5.2.8downsj1996-08-191-47/+157
|
* Import pdksh 5.2.7.downsj1996-08-141-0/+900