Followup to e5c2a88db0
(merged in 51102bf83f
):
Have widgets return EXIT_SUCCESS.
This commit is contained in:
parent
4068413dfe
commit
00862cf4fa
|
@ -121,12 +121,12 @@ _zsh_highlight()
|
|||
fi
|
||||
}
|
||||
|
||||
return $ret
|
||||
|
||||
|
||||
} always {
|
||||
_ZSH_HIGHLIGHT_PRIOR_BUFFER=$BUFFER
|
||||
_ZSH_HIGHLIGHT_PRIOR_CURSOR=$CURSOR
|
||||
return $ret
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue