37460: make sure the default keymap is emacs before using that keymap to test bindings

This commit is contained in:
Barton E. Schaefer 2015-12-30 17:20:50 -08:00
parent 243c018220
commit b475a85304
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-12-30 Barton E. Schaefer <schaefer@zsh.org>
* 37460: Test/X03zlebindkey.ztst: make sure the default keymap is
emacs before using that keymap to test bindings
2015-12-31 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: NEWS: Document how to disable paste highlighting.

View file

@ -49,6 +49,7 @@
# As we're only looking at definitions here, we don't
# bother using the pseudo-terminal; just test in the normal fashion.
bindkey -e
bindkey -s '\C-xy' foo
bindkey -N testmap emacs
bindkey -M testmap '\C-xy'