mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
refactor: fix clang warnings (#19453)
This commit is contained in:
@@ -2028,7 +2028,7 @@ static void get_maparg(typval_T *argvars, typval_T *rettv, int exact)
|
||||
int mode;
|
||||
bool abbr = false;
|
||||
bool get_dict = false;
|
||||
mapblock_T *mp;
|
||||
mapblock_T *mp = NULL;
|
||||
int buffer_local;
|
||||
int flags = REPTERM_FROM_PART | REPTERM_DO_LT;
|
||||
|
||||
|
Reference in New Issue
Block a user