]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0325: filetype: CMakeCache.txt files not recognized v9.1.0325
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Sun, 14 Apr 2024 18:34:22 +0000 (20:34 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 14 Apr 2024 18:34:22 +0000 (20:34 +0200)
commit62c09e032c6b2d49fffac726300d142381924b98
treeba312fb39a92f27f37c803c37ab21a448522904a
parent4ba70cab37d2a625d8c59bb136070ef9d1976934
patch 9.1.0325: filetype: CMakeCache.txt files not recognized

Problem:  filetype: CMakeCache.txt files not recognized
Solution: Detect 'CMakeCache.txt' files as cmakecache filetype,
          include basic syntax script for cmakecache
          (Wu, Zhenyu, @bfrg)

closes: #14384

Co-authored-by: bfrg <bfrg@users.noreply.github.com>
Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
runtime/syntax/cmakecache.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c