]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/zshfe.zsh
pylsp seems to cover all linting needs
[dotfiles.git] / vim / .vim / plugin / zshfe.zsh
index 0dfcd68e96761bff887a860988e5ad7b1338322a..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"