aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/usercmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/usercmd.h')
-rw-r--r--src/nvim/usercmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/usercmd.h b/src/nvim/usercmd.h
index b6bf6c1e33..0d9838abf2 100644
--- a/src/nvim/usercmd.h
+++ b/src/nvim/usercmd.h
@@ -12,7 +12,7 @@ typedef struct ucmd {
char *uc_name; // The command name
uint32_t uc_argt; // The argument type
char *uc_rep; // The command's replacement string
- long uc_def; // The default value for a range/count
+ int64_t uc_def; // The default value for a range/count
int uc_compl; // completion type
cmd_addr_T uc_addr_type; // The command's address type
sctx_T uc_script_ctx; // SCTX where the command was defined