]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1478: filetypes for *.v files not detected properly v9.0.1478
authorTuriiya <34311583+tobealive@users.noreply.github.com>
Sat, 22 Apr 2023 20:38:47 +0000 (21:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Apr 2023 20:38:47 +0000 (21:38 +0100)
commit80406c26188219f3773b2e9c49160caeeb386ee2
treea9444688887fecf0d257649055337e2a3a940829
parentb67ba03d3ef2e6c5f207d508e85fc6906f938028
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)
runtime/autoload/dist/ft.vim
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c