mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -88,7 +88,7 @@ typedef struct mf_blocknr_trans_item {
|
||||
|
||||
/// A memory file.
|
||||
typedef struct memfile {
|
||||
char_u *mf_fname; /// name of the file
|
||||
char *mf_fname; /// name of the file
|
||||
char_u *mf_ffname; /// idem, full path
|
||||
int mf_fd; /// file descriptor
|
||||
bhdr_T *mf_free_first; /// first block header in free list
|
||||
|
Reference in New Issue
Block a user