mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +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:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include "nvim/ex_docmd.h"
|
||||
|
||||
typedef void (*DoInRuntimepathCB)(char_u *, void *);
|
||||
typedef void (*DoInRuntimepathCB)(char *, void *);
|
||||
|
||||
typedef struct {
|
||||
char *path;
|
||||
|
Reference in New Issue
Block a user