diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 4c6351d8e0..1bac3f535d 100644 --- a/src/eval.c +++ b/src/eval.c @@ -11660,7 +11660,7 @@ static void f_matchadd(typval_T *argvars, typval_T *rettv)    if (error == TRUE)      return;    if (id >= 1 && id <= 3) { -    EMSGN("E798: ID is reserved for \":match\": %ld", id); +    EMSGN("E798: ID is reserved for \":match\": %" PRId64, id);      return;    }  | 
