mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
refactor: enable -Wconversion for ex_getln.c
This commit is contained in:
@@ -143,7 +143,7 @@ struct exarg {
|
||||
struct expand {
|
||||
int xp_context; // type of expansion
|
||||
char_u *xp_pattern; // start of item to expand
|
||||
int xp_pattern_len; // bytes in xp_pattern before cursor
|
||||
size_t xp_pattern_len; // bytes in xp_pattern before cursor
|
||||
char_u *xp_arg; // completion function
|
||||
int xp_scriptID; // SID for completion function
|
||||
int xp_backslash; // one of the XP_BS_ values
|
||||
|
Reference in New Issue
Block a user