mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -7319,7 +7319,7 @@ void spell_expand_check_cap(colnr_T col)
|
||||
// Used for Insert mode completion CTRL-X ?.
|
||||
// Returns the number of matches. The matches are in "matchp[]", array of
|
||||
// allocated strings.
|
||||
int expand_spelling(linenr_T lnum, char_u *pat, char_u ***matchp)
|
||||
int expand_spelling(linenr_T lnum, char_u *pat, char ***matchp)
|
||||
{
|
||||
garray_T ga;
|
||||
|
||||
|
Reference in New Issue
Block a user