suppress_next_prefix_detection(
self,
) -> NoneSkip mode-prefix detection for the next text change.
Used when inserting text that legitimately starts with a mode trigger, so
the change handler does not consume that character. Shares the guard with
_strip_mode_prefix, which reports a guard left uncleared by a missed
change event.