mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
refactor: replace char_u with char 25 (#21838)
refactor: replace char_u with char Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -806,8 +806,8 @@ enum {
|
||||
extern char *default_vim_dir;
|
||||
extern char *default_vimruntime_dir;
|
||||
extern char *default_lib_dir;
|
||||
extern char_u *compiled_user;
|
||||
extern char_u *compiled_sys;
|
||||
extern char *compiled_user;
|
||||
extern char *compiled_sys;
|
||||
#endif
|
||||
|
||||
// When a window has a local directory, the absolute path of the global
|
||||
|
Reference in New Issue
Block a user