commit | be807d582499acbe314ead3891481cba6ca136df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 15:01:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 15:01:25 2022 +0100 |
tree | 89e6a4e6e613d54c63653570c69a7c5a935f7674 | |
parent | 36eb14fa3e729434cbb6f9078b4b330ae4f864f9 [diff] [blame] |
patch 9.0.0349: filetype of *.sil files not well detected Problem: Filetype of *.sil files not well detected. Solution: Inspect the file contents to guess the filetype.
diff --git a/src/version.c b/src/version.c index 18278c3..f885aa1 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 349, +/**/ 348, /**/ 347,