commit | 409da842db9dc24d88e415e518c02c05ac7de760 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 13:10:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 13:10:43 2021 +0200 |
tree | e5b69c0030040bd945d977d143bc6223b3d743d0 | |
parent | 68ffe8cade5e0c52680c00cb9f3f87104fbe653a [diff] [blame] |
patch 8.2.2714: filetype pattern ending in star is too far up Problem: Filetype pattern ending in star is too far up. Solution: Move down to where patterns ending in star belong. (closes #8065)
diff --git a/src/version.c b/src/version.c index 5fcc0f6..2d3368d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2714, +/**/ 2713, /**/ 2712,