summaryrefslogtreecommitdiff
path: root/bin/ksh/edit.c
AgeCommit message (Collapse)Author
2003-06-26protosTheo de Raadt
2003-05-05in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, thisFederico G. Schwindt
escapes "`" so by instance cd works correctly; millert@ and pvalchev@ ok.
2002-06-09knfTodd T. Fries
2002-02-16Add '#' to the list of escaped characters during vi/emacs filename completion.Todd C. Miller
From Matt Bing.
2001-02-19forgot to remove debugging #if 0Camiel Dobbelaar
messed up completion on e.g. / and ./
2001-02-19bash-like 'double-tab' completionCamiel Dobbelaar
- 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
1999-11-14quote metachars when completing filenames from jdolecek@netbsd. ok millert@David Leonard
1999-06-15patches from pdksh 5.2.13.11Todd C. Miller
1999-01-10sync with pdksh-unstable-5.2.13.6Todd C. Miller
1999-01-08bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.Todd C. Miller
1998-06-25pdksh-5.2.13 + local changesTodd C. Miller
1997-06-19back outkstailey
1997-06-18(foo *)0 -> NULLkstailey
1996-12-14-Wall'ing.Michael Shalayeff
1996-10-01Integrate pdksh 5.2.9.Jason Downs
1996-08-19update to pdksh-5.2.8Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs