]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0866: filetype: LLVM IR files are not recognized v9.1.0866
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Thu, 14 Nov 2024 21:55:36 +0000 (22:55 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 14 Nov 2024 21:55:36 +0000 (22:55 +0100)
commitbc32bbddcfc2671158a4780838766ed2d1e14fa6
tree9bb85475b35fcce88bd392dfcdf8f1c14b01446d
parent0684800c853ee5bd6e6736389b1a6ebe6a16a741
patch 9.1.0866: filetype: LLVM IR files are not recognized

Problem:  filetype: LLVM IR files are not recognized
Solution: detect '*.ll' files either as lifelines or llvm filetype
          (Wu, Zhenyu)

closes: #15824

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/dist/ft.vim
runtime/filetype.vim
runtime/ftplugin/llvm.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c