summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-11-25 20:40:11 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-25 20:40:11 +0000
commit85be8563fe5aff686e9e30d6afff401ccd976f2a (patch)
tree13342cc8b126fead546b14c2ce6f3279ce53d831 /src/version.c
parent4d07253a485819b3a9fd923d263e722ea2109c12 (diff)
downloadvim-git-85be8563fe5aff686e9e30d6afff401ccd976f2a.tar.gz
patch 8.2.3678: illegal memory accessv8.2.3678
Problem: Illegal memory access. Solution: Ignore changed indent when computing byte offset.
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 0adbdb797..b7a93edbb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3678,
+/**/
3677,
/**/
3676,