commit | 6517f14165cdebf83a07ab9d4aeeb102b4e16e92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 14:55:13 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 14:55:13 2022 +0000 |
tree | a0258a20e2c2c5113bf41fb6a331979f6b21e018 | |
parent | f0e7e6365e86ca42c177fe165d3097d1bfb35f72 [diff] [blame] |
patch 8.2.4172: filetype detection for BASIC is not optimal Problem: Filetype detection for BASIC is not optimal. Solution: Improve BASIC filetype detection. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 07c28ae..45ae6d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4172, +/**/ 4171, /**/ 4170,