summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-04-24 17:15:25 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-24 17:15:25 +0100
commit22363c69945e48a7496f0ae00bc06235084ddd7a (patch)
tree8de96b871a269120c5fac565a72402053e505fbb /src/version.c
parent2354b66ac52a8a9165e8bd0d642e19e757ba12c3 (diff)
downloadvim-git-22363c69945e48a7496f0ae00bc06235084ddd7a.tar.gz
patch 9.0.1483: += operator does not work on class memberv9.0.1483
Problem: += operator does not work on class member. Solution: Do not skip as if "this." was used. (Christian Brabandt, closes #12263)
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 aa480c169..842b5830e 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 */
/**/
+ 1483,
+/**/
1482,
/**/
1481,