| Commit message (Collapse) | Author | Age |
|
|
|
| |
sed -E 's/__DECONST[(]([^,]+), ([^)]+)[)]/(\1)(\2)/'
|
|
|
|
| |
sed -E 's|__FBSDID[(]"([^"]+)"[)];|/* \1 */|'
|
|
|
|
|
|
|
|
| |
Newer versions of libedit have sane tab-complete now without FreeBSD's
hacks, and in fact the hack is gone in FreeBSD-CURRENT.
I'm still a little confused why binding this weird function is necessary
at all, but at least it exists everywhere, I guess.
|
| |
|
|
|
|
|
| |
Otherwise a bind -v in .editrc will take precedence and overwrite the ^I
binding for sh-complete.
|
| |
|
| |
|
|
|
|
| |
I'm going to recreate it from fresh sh sources for clean git history.
|
|
|
|
|
| |
Otherwise a bind -v in .editrc will take precedence and overwrite the ^I
binding for sh-complete.
|
| |
|
|
|
|
| |
This reverts commit 4ec42616876188657fde1230f7c2ccd8396f18b1.
|
| |
|
| |
|
|
Yes it's another rename because I felt like catsh was too long. 1sh is
short and unique.
|