commit | 065088d5549e7711668321cc5a77c9a9b684b142 | [log] [tgz] |
---|---|---|
author | Johan Kotlinski <kotlinski@gmail.com> | Sun Apr 02 20:29:38 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 02 20:29:38 2023 +0100 |
tree | 0b7dcfd20a103c30f6487f44b0eda95ce2e298e2 | |
parent | 3cdd799951b4d08f987a8346a8de544e41fab3d7 [diff] [blame] |
patch 9.0.1438: .fs files are falsely recognized as forth files Problem: .fs files are falsely recognized as forth files. Solution: Check 100 lines for something that looks like forth. (Johan Kotlinski, closes #12219, closes #11988)
diff --git a/src/version.c b/src/version.c index 0e612ee..47ecd53 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1438, +/**/ 1437, /**/ 1436,