Do not call editor-info
in zle-line-finish
This commit is contained in:
parent
b963484fe7
commit
4c1e9edfbd
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue