mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
Remove long_u: ex_docmd.c: Refactor long_u.
This commit is contained in:
@@ -96,7 +96,7 @@ struct exarg {
|
||||
char_u *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
|
||||
long argt; ///< flags for the command
|
||||
uint32_t argt; ///< flags for the command
|
||||
int skip; ///< don't execute the command, only parse it
|
||||
int forceit; ///< TRUE if ! present
|
||||
int addr_count; ///< the number of addresses given
|
||||
|
Reference in New Issue
Block a user