Remove unnecessary reset of POSTDISPLAy

pull/169/head
Eric Freese 9 years ago
parent 25f4afb058
commit a44aa59321

@ -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…
Cancel
Save