HomeFreeBSD

sh: reset sh bindings on bind -e, bind -v

Description

sh: reset sh bindings on bind -e, bind -v

Until this change, any bindings set in histedit() were lost on calls to
bindcmd().

Only bind -e and bind -v call libedit's keymacro_reset(). Currently you
cannot fool libedit/map.c:map_bind() by trying something like bind -le
as when p[0] == '-', it does a switch statement on p[1].

Details

Provenance
pstefAuthored on Sep 19 2021, 8:17 PM
Parents
rG908b8e32f9de: sh: remove emacs improvements that are now defaults in libedit
Branches
Unknown
Tags
Unknown