From 767e6a9200a88601a2905af6094b1ec5ca323862 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 11 Feb 2021 01:39:32 +0300 Subject: [PATCH] Safer printing --- vim/.vim/plugin/zshfe.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/plugin/zshfe.zsh b/vim/.vim/plugin/zshfe.zsh index b0d8cd9..1afcb2a 100755 --- a/vim/.vim/plugin/zshfe.zsh +++ b/vim/.vim/plugin/zshfe.zsh @@ -5,4 +5,4 @@ zmodload zsh/zpty zpty zshfe zsh zpty -w zshfe "print ZSHFE $*"$'\t EFHSZ\nexit\n' zpty -r zshfe zshfe "*exit" -echo $zshfe | sed -n "s/^ZSHFE \(.*\) EFHSZ/\1/p" +print -- $zshfe | sed -n "s/^ZSHFE \(.*\) EFHSZ/\1/p" -- 2.44.0