Home
last modified time | relevance | path

Searched refs:fo_multibyte (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dtextformat.c52 int fo_multibyte = has_format_option(FO_MBYTE_BREAK); in internal_format() local
195 else if ((cc >= 0x100 || !utf_allow_break_before(cc)) && fo_multibyte) in internal_format()