mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
refactor: replace char_u variables and functions with char (#18288)
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -176,7 +176,7 @@ enum {
|
||||
struct exarg {
|
||||
char_u *arg; ///< argument of the command
|
||||
char_u *nextcmd; ///< next command (NULL if none)
|
||||
char_u *cmd; ///< the name of the command (except for :make)
|
||||
char *cmd; ///< the name of the command (except for :make)
|
||||
char_u **cmdlinep; ///< pointer to pointer of allocated cmdline
|
||||
cmdidx_T cmdidx; ///< the index for the command
|
||||
uint32_t argt; ///< flags for the command
|
||||
|
Reference in New Issue
Block a user