summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-07 21:48:51 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-07 21:48:51 +0200
commitfd31e45e4bccd7070d02e4d20bcab1f45b271600 (patch)
treef56c0e7f801f5a9370fd4bf41654850cdad0961e /src/version.c
parentb6cb26ffe1795ae62d8235960dccf517c2b2ed45 (diff)
downloadvim-git-fd31e45e4bccd7070d02e4d20bcab1f45b271600.tar.gz
patch 8.1.1290: .hgignore and .gitignore are either distributed or in gitv8.1.1290
Problem: .hgignore and .gitignore are either distributed or in git, not both. Solution: Add .gitignore to the distribution and .hgignore to git. Update the entries. (Christian Brabandt, Ken Takata)
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 99bfb9821..676c38306 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 */
/**/
+ 1290,
+/**/
1289,
/**/
1288,