refactor(getchar.c): change most char_u to uint8_t (#22444)

This commit is contained in:
zeertzjq
2023-02-28 08:49:02 +08:00
committed by GitHub
parent 1b632e99f2
commit f113cba3ec
5 changed files with 63 additions and 66 deletions

View File

@@ -2693,7 +2693,7 @@ char *getcmdline_prompt(const int firstc, const char *const prompt, const int at
/// Read the 'wildmode' option, fill wim_flags[].
int check_opt_wim(void)
{
char_u new_wim_flags[4];
uint8_t new_wim_flags[4];
int i;
int idx = 0;