summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-28 11:36:50 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-28 11:36:50 +0000
commit269aa2b29ac3e4c0083d929e2477c95e7bd1177a (patch)
tree2a88ce79a687143de47e66194c37ad70fa3496bb /src/version.c
parent38854b565acba39eff36cf3c6396c911bf072bdc (diff)
downloadvim-git-9.0.0963.tar.gz
patch 9.0.0963: function name does not match autocmd event namev9.0.0963
Problem: Function name does not match autocmd event name. Solution: Rename "optionsset" to "optionset". (closes #11630)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c71f981b9..b51c90480 100644
--- 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,