commit | b2c72359dce4c4027dc0c05844eb2e76ea947014 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 21:17:40 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 21:17:40 2022 +0000 |
tree | 7e6733382d7786dbf40b3a89033ec1e8d23d0b5b | |
parent | afa048f0d4b5d63f2192c9ba340a9eb8b0822985 [diff] [blame] |
patch 8.2.4448: filetype detection is failing Problem: Filetype detection is failing. Solution: Do not use "s:" where it is no longer allowed.
diff --git a/src/version.c b/src/version.c index 97a8f6e..1c99de5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4448, +/**/ 4447, /**/ 4446,