refactor: fix clang warnings (#19453)

This commit is contained in:
zeertzjq
2022-07-21 17:42:59 +08:00
committed by GitHub
parent c15e9d3746
commit 77b9f1eac5
3 changed files with 9 additions and 4 deletions

View File

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