summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-27 20:15:10 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-27 20:15:10 +0100
commit79481367a457951aabd9501b510fd7e3eb29c3d8 (patch)
treed9da93e48e64e913dfb838c76da8d0c0fe72ab62 /src/version.c
parentfee511c1d39ecd155e27545cf70aeaa99d31b215 (diff)
patch 8.2.5169: nested :source may use NULL pointerv8.2.5169
Problem: Nested :source may use NULL pointer. Solution: Do not use the NULL pointer.
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 5ac1cb93d0..4a7e83f9c4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 5169,
+/**/
5168,
/**/
5167,