diff --git a/src/ops.c b/src/ops.c index b4b59de226..bf5b306dc0 100644 --- a/src/ops.c +++ b/src/ops.c @@ -30,7 +30,7 @@ static void pbyte(pos_T lp, int c); * IMPORTANT: Index must correspond with defines in vim.h!!! * The third field holds OPF_ flags. */ -static char opchars[][3] = +static const char opchars[][3] = { {NUL, NUL, 0}, // OP_NOP {'d', NUL, OPF_CHANGE}, // OP_DELETE diff --git a/src/version.c b/src/version.c index aa3897faa0..c2381542b9 100644 --- a/src/version.c +++ b/src/version.c @@ -724,6 +724,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1731, /**/ 1730, /**/