diff src/version.c @ 19093:af70e0c2b3cd v8.2.0107

patch 8.2.0107: hgignore is out of sync from gitignore Commit: https://github.com/vim/vim/commit/4ba64418187995c96fc29e4e4f699cecd57013bd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 9 16:25:52 2020 +0100 patch 8.2.0107: hgignore is out of sync from gitignore Problem: Hgignore is out of sync from gitignore. Solution: Add lines to hgignore. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Jan 2020 16:30:03 +0100
parents 1c75e1974313
children 5cd0986ab02e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    107,
+/**/
     106,
 /**/
     105,