]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/zshfe.zsh
Safer printing
[dotfiles.git] / vim / .vim / plugin / zshfe.zsh
index b0d8cd93a5efecbe3c8da39a8cc390b467b02b27..1afcb2a4b5eed359e0968d17a3f78ee1f65132a5 100755 (executable)
@@ -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"