diff src/version.c @ 31259:a7dba627a21b v9.0.0963

patch 9.0.0963: function name does not match autocmd event name Commit: https://github.com/vim/vim/commit/269aa2b29ac3e4c0083d929e2477c95e7bd1177a Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Nov 28 11:36:50 2022 +0000 patch 9.0.0963: function name does not match autocmd event name Problem: Function name does not match autocmd event name. Solution: Rename "optionsset" to "optionset". (closes https://github.com/vim/vim/issues/11630)
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Nov 2022 12:45:04 +0100
parents 6ebd92646276
children a9040128bc3b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    963,
+/**/
     962,
 /**/
     961,