mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 04:28:33 +00:00
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -1314,7 +1314,7 @@ static int read_words_section(FILE *fd, slang_T *lp, int len)
|
||||
}
|
||||
|
||||
// Init the count to 10.
|
||||
count_common_word(lp, word, -1, 10);
|
||||
count_common_word(lp, (char *)word, -1, 10);
|
||||
done += i + 1;
|
||||
}
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user