about summary refs log tree commit diff
path: root/Test/X03zlebindkey.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 49377: fix segfault by 'bindkey -d' with reordered keymapnamtabJun-ichi Takimoto2021-09-081-0/+15
|
* 47849: do not skip tests requiring zpty on CygwinJun-ichi Takimoto2021-01-201-3/+1
|
* 42581(?): Fix ZLE inline history expansion.Peter Stephenson2018-04-041-0/+17
| | | | | | | Seen with magic-space. If there's a parse error in command subtitution we need to complete reading history to ensure the command line buffer is finished.
* 37460: make sure the default keymap is emacs before using that keymap to ↵Barton E. Schaefer2015-12-301-0/+1
| | | | test bindings
* 37411: more bindkey testsPeter Stephenson2015-12-161-2/+77
|
* 37405: Fix self-insert binding for multibyte sequences.Peter Stephenson2015-12-151-3/+10
| | | | | | This makes it work even if the self-insert applies to a sequence longer than an initial byte, including the case of a complete binding to a full character sequence.
* 37378: New bindkey tests.Peter Stephenson2015-12-101-0/+45
Also fix Meta bug on pattern match in zpty -r.