From 0da4b11add14e01469c7b60730b390e7ba3ef70b Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Sun, 7 Dec 2014 16:14:29 +0900 Subject: 33829: unbind ESC~ as a more reliable workaround --- Test/X02zlevi.ztst | 1 + Test/comptest | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/X02zlevi.ztst b/Test/X02zlevi.ztst index 520431193..4f2f3193d 100644 --- a/Test/X02zlevi.ztst +++ b/Test/X02zlevi.ztst @@ -37,6 +37,7 @@ >3 >CURSOR: 5 + zpty_run 'bindkey -r "\e~"' zletest $'\e' $'~aI\e' $'~o\e' \~ 0:swap case on a blank line >BUFFER: i diff --git a/Test/comptest b/Test/comptest index 1f4dac682..9c92f96ec 100644 --- a/Test/comptest +++ b/Test/comptest @@ -162,7 +162,7 @@ comptest () { zletest () { local first=0 for input; do - zpty_flush Before zletest + # zpty_flush Before zletest # sleep for $KEYTIMEOUT (( first++ )) && read -t 0.011 -k 1 < /dev/null zpty -n -w zsh "$input" -- cgit 1.4.1