summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-23 20:42:10 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-23 20:42:10 +0200
commit05b8b07e2770b66ab77fdb5e195cae809959bdab (patch)
tree7aa4f85d5dc8d98065dfbc9024f0088fcb5f465c /src
parent294d9bf966bbbcb0b49affb9b15534d5b9c93801 (diff)
downloadvim-git-05b8b07e2770b66ab77fdb5e195cae809959bdab.tar.gz
patch 8.1.1370: not using the new github feature for donationsv8.1.1370
Problem: Not using the new github feature for donations. Solution: Add a Sponsor button. (closes #4417)
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 224fde278..d2e4b9024 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1370,
+/**/
1369,
/**/
1368,