Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhelp.c865 int this_utf = MAYBE; in fix_help_buffer() local
878 if (*s >= 0x80 && this_utf != FALSE) in fix_help_buffer()
882 this_utf = TRUE; in fix_help_buffer()
885 this_utf = FALSE; in fix_help_buffer()
896 this_utf == TRUE ? "utf-8" in fix_help_buffer()