commit | 80406c26188219f3773b2e9c49160caeeb386ee2 | [log] [tgz] |
---|---|---|
author | Turiiya <34311583+tobealive@users.noreply.github.com> | Sat Apr 22 21:38:47 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 21:38:47 2023 +0100 |
tree | a9444688887fecf0d257649055337e2a3a940829 | |
parent | b67ba03d3ef2e6c5f207d508e85fc6906f938028 [diff] [blame] |
patch 9.0.1478: filetypes for *.v files not detected properly Problem: Filetypes for *.v files not detected properly. Solution: Use the file contents to detect the filetype. (Turiiya, closes #12281)
diff --git a/src/version.c b/src/version.c index c94a503..0df4436 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1478, +/**/ 1477, /**/ 1476,