diff options
author | Bram Moolenaar <Bram@vim.org> | 2023-04-24 17:15:25 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-04-24 17:15:25 +0100 |
commit | 22363c69945e48a7496f0ae00bc06235084ddd7a (patch) | |
tree | 8de96b871a269120c5fac565a72402053e505fbb /src/version.c | |
parent | 2354b66ac52a8a9165e8bd0d642e19e757ba12c3 (diff) | |
download | vim-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.c | 2 |
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, |