mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
refactor: replace char_u variables and functions with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -48,7 +48,7 @@ typedef enum {
|
||||
/// Number of history tables
|
||||
#define HIST_COUNT (HIST_DEBUG + 1)
|
||||
|
||||
typedef char_u *(*CompleteListItemGetter)(expand_T *, int);
|
||||
typedef char *(*CompleteListItemGetter)(expand_T *, int);
|
||||
|
||||
/// History entry definition
|
||||
typedef struct hist_entry {
|
||||
|
Reference in New Issue
Block a user