commit | 6e77b88df6371356cce9d6e08daf0f7cb1e7878a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 09 16:29:43 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 09 16:29:43 2021 +0100 |
tree | fcd68c6ca3fae68268af09bdbbefac0b66d72eec | |
parent | 3826c0513bc9370583be550c864358c7eeb5605a [diff] [blame] |
patch 8.2.3491: xpm2 filetype dection is not so good Problem: xpm2 filetype dection is not so good. Solution: Adjust the check for xpm2. (closes #8914)
diff --git a/src/version.c b/src/version.c index 074c896..5fe4dcc 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3491, +/**/ 3490, /**/ 3489,