Followup to e5c2a88db0 (merged in 51102bf83f):

Have widgets return EXIT_SUCCESS.
This commit is contained in:
Daniel Shahaf 2015-09-18 12:19:18 +00:00
parent 4068413dfe
commit 00862cf4fa

View file

@ -121,12 +121,12 @@ _zsh_highlight()
fi
}
return $ret
} always {
_ZSH_HIGHLIGHT_PRIOR_BUFFER=$BUFFER
_ZSH_HIGHLIGHT_PRIOR_CURSOR=$CURSOR
return $ret
}
}