summary refs log tree commit diff
path: root/bin/dash/src/histedit.c (follow)
Commit message (Collapse)AuthorAge
* Set H_SETUNIQUEJune McEnroe2020-12-28
|
* Add RPS1 and RPS2 right prompt variablesJune McEnroe2020-12-23
|
* Bind libedit's secret filename completion functionJune McEnroe2020-12-22
| | | | | | | | | | Check if the FreeBSD (and by extension macOS) _el_fn_sh_complete version of the function exists, which does shell escaping of completed filenames before _el_fn_complete learned to. Tab is bound after calling el_set() and el_source() since the default bindings set tab to something else, and it should always be filename completion in the shell.
* Merge commit '71c7cbab2b50436db940721a10d6ea1ca5d75f89' as 'bin/dash'June McEnroe2020-12-22
From tag 'v0.5.11.2'.