diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-01-09 16:25:52 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-01-09 16:25:52 +0100 |
commit | 4ba64418187995c96fc29e4e4f699cecd57013bd (patch) | |
tree | 47f6f53964c659842975b68da0d0d77b350c13a8 /src/version.c | |
parent | b16ad968499aeb29b6ff9be6cc64fb41522a4a5e (diff) | |
download | vim-git-4ba64418187995c96fc29e4e4f699cecd57013bd.tar.gz |
patch 8.2.0107: hgignore is out of sync from gitignorev8.2.0107
Problem: Hgignore is out of sync from gitignore.
Solution: Add lines to hgignore. (Ken Takata)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index af80600c0..f15d748dc 100644 --- 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, |