commit | 8176be159859deb9cf6455565bd7b24b3dcf17b9 | [log] [tgz] |
---|---|---|
author | Quentin Hibon <qh.public@yahoo.com> | Tue Dec 14 09:34:41 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 09:34:41 2021 +0000 |
tree | 3d1b8cca66bef1a0a6548e09d4f5d41027d79fec | |
parent | 6206877c511c636cbeb2a2b911451af316b62d00 [diff] [blame] |
patch 8.2.3805: i3config files are not recognized Problem: i3config files are not recognized. Solution: Add patterns to match i3config files. (Quentin Hibon, closes #7969)
diff --git a/src/version.c b/src/version.c index df439e0..30a71e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3805, +/**/ 3804, /**/ 3803,