diff options
-rw-r--r-- | src/screen.c | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c index b5b68e4df..eac50c52c 100644 --- a/src/screen.c +++ b/src/screen.c @@ -6874,7 +6874,7 @@ win_redr_status_matches( * displayed. */ static void -win_redr_status(win_T *wp, int ignore_pum) +win_redr_status(win_T *wp, int ignore_pum UNUSED) { int row; char_u *p; diff --git a/src/version.c b/src/version.c index 06ed8ce24..433881c3b 100644 --- a/src/version.c +++ b/src/version.c @@ -790,6 +790,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 113, +/**/ 112, /**/ 111, |