1
0
Fork 0

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

pull/1295/head
Maxim Baz 8 years ago
parent b963484fe7
commit 4c1e9edfbd

@ -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

Loading…
Cancel
Save