mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Remove unnecessary reset of POSTDISPLAy
This commit is contained in:
parent
25f4afb058
commit
a44aa59321
2 changed files with 0 additions and 4 deletions
|
@ -33,8 +33,6 @@ _zsh_autosuggest_modify() {
|
|||
# Add the suggestion to the POSTDISPLAY
|
||||
if [ -n "$suggestion" ]; then
|
||||
POSTDISPLAY="${suggestion#$BUFFER}"
|
||||
else
|
||||
unset POSTDISPLAY
|
||||
fi
|
||||
|
||||
return $retval
|
||||
|
|
|
@ -274,8 +274,6 @@ _zsh_autosuggest_modify() {
|
|||
# Add the suggestion to the POSTDISPLAY
|
||||
if [ -n "$suggestion" ]; then
|
||||
POSTDISPLAY="${suggestion#$BUFFER}"
|
||||
else
|
||||
unset POSTDISPLAY
|
||||
fi
|
||||
|
||||
return $retval
|
||||
|
|
Loading…
Reference in a new issue