summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-11 14:22:22 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-11 14:22:22 +0200
commitef16c90423ae579927e6294c1ccfd17c5a1c113c (patch)
tree2bb6050dbf63589a365ea7733e45ec24b0ddae3f /src
parent4f4d51a942cc2c6b3e936ee0f93f00c2d000065c (diff)
patch 8.2.1831: file missing from distributionv8.2.1831
Problem: File missing from distribution. Solution: Add the github code analyses file.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2577c142c3..b3cbf811b8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1831,
+/**/
1830,
/**/
1829,