mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
refactor(clint): convert short to int16_t (#20815)
This commit is contained in:
@@ -415,7 +415,7 @@ struct wordnode_S {
|
||||
// "wn_region" the LSW of the wordnr.
|
||||
char_u wn_affixID; // supported/required prefix ID or 0
|
||||
uint16_t wn_flags; // WF_ flags
|
||||
short wn_region; // region mask
|
||||
int16_t wn_region; // region mask
|
||||
|
||||
#ifdef SPELL_PRINTTREE
|
||||
int wn_nr; // sequence nr for printing
|
||||
|
Reference in New Issue
Block a user