mirror of
https://github.com/zsh-users/zsh-syntax-highlighting
synced 2025-01-26 20:32:52 +00:00
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
Block a user