commit | 38654503b04dd5ff4813f81892d9f62db1ff01b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 19 16:27:31 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 19 16:27:31 2018 +0200 |
tree | a285e54793efa2744d20d38e3cb210e13f7c6f73 | |
parent | 2c64ca1802b2c99b16d2fdf581b68b5baffb082a [diff] [blame] |
patch 8.1.0484: some file types are not recognized Problem: Some file types are not recognized. Solution: Update the file type detection.
diff --git a/src/version.c b/src/version.c index 2c7550d..ab54bb3 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 484, +/**/ 483, /**/ 482,