This commit is contained in:
Stanislav Seletskiy 2016-04-22 05:51:16 +00:00
commit b788d81b0f
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@ _zsh_autosuggest_clear() {
# Modify the buffer and get a new suggestion
_zsh_autosuggest_modify() {
POSTDISPLAY=""
# Original widget modifies the buffer
_zsh_autosuggest_invoke_original_widget $@

View File

@ -230,6 +230,8 @@ _zsh_autosuggest_clear() {
# Modify the buffer and get a new suggestion
_zsh_autosuggest_modify() {
POSTDISPLAY=""
# Original widget modifies the buffer
_zsh_autosuggest_invoke_original_widget $@