Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test X03zlebindkey fails on my machine
- X-seq: zsh-workers 37460
 
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxx
 
- Subject: Re: Test X03zlebindkey fails on my machine
 
- Date: Wed, 30 Dec 2015 17:12:17 -0800
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;        h=from:message-id:date:in-reply-to:comments:references:to:subject         :mime-version:content-type;        bh=tORVH6d0PX9y6uVRmj/Mkcq6j1t+D88Hhypg5VcT5eA=;        b=tFXUk73S7+CXaBAnGdDd4Lw4fl3q8+ASwKMInh+VLEAGh9gjKyhQNlb86EmC7vcGOy         bcz74jTDutMraK2po2oNymUYsDlPl0iNqWvWm5SNnlNICcxd3wJtVyGk59fBQYm35bqp         Y8SPHJgJCCdz94vDKycRftmu4JNuBVn8gVwhNnb0Ft0i8XnmVv8bGCKKJNA6kiNNME+D         mDwyjG5s6IyfKjoTuVHXALnuyFdBmblASH1dAA+Zm5B3mOkaWW8GOBaOXdQNsQBL/CWW         WS8IrL801QvsOnCwJkid/ei7wa8O008gu0gS7nsbZY6YYaODD3GgPivGkEPb/WX2Degx         nZPA==
 
- In-reply-to: <20151231001740.GF1966@tarsus.local2>
 
- List-help: <mailto:zsh-workers-help@zsh.org>
 
- List-id: Zsh Workers List <zsh-workers.zsh.org>
 
- List-post: <mailto:zsh-workers@zsh.org>
 
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
 
- References: <20151231001740.GF1966@tarsus.local2>
 
On Dec 31, 12:17am, Daniel Shahaf wrote:
} 
} Reproduced by Frank.
} 
} Haven't investigated.
This test fails when VISUAL=vi is in the environment.
diff --git a/Test/X03zlebindkey.ztst b/Test/X03zlebindkey.ztst
index 38afc2d..013d3df 100644
--- a/Test/X03zlebindkey.ztst
+++ b/Test/X03zlebindkey.ztst
@@ -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'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author