Remove long_u: ex_docmd.c: Refactor long_u.

This commit is contained in:
Eliseo Martínez
2015-01-14 11:48:07 +01:00
parent c03913c991
commit b716b047e0
3 changed files with 18 additions and 14 deletions

View File

@@ -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