Do not call editor-info in zle-line-finish

This commit is contained in:
Maxim Baz 2017-02-28 19:00:31 +01:00
parent b963484fe7
commit 4c1e9edfbd

View file

@ -153,8 +153,8 @@ function zle-line-finish {
echoti rmkx
fi
# Update editor information.
zle editor-info
# Editor info is not updated as it causes unnecessary refresh in previous prompt.
# See discussion here: https://github.com/zsh-users/prezto/pull/17
}
zle -N zle-line-finish