]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0972: filetype: TI linker map files are not recognized v9.1.0972
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Sun, 29 Dec 2024 14:28:46 +0000 (15:28 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Dec 2024 14:28:46 +0000 (15:28 +0100)
commit5113831d16c05f3a8b47da0c6f95a641d5fc7b2e
tree886123e6c64d5d51535adc63637c784e98f6436e
parentf0ab3e4e41964e2c4d10e29e98800aa0f7d33b05
patch 9.1.0972: filetype: TI linker map files are not recognized

Problem:  filetype: TI linker map files are not recognized
Solution: detect TI linker map files as lnkmap filetype
          (Wu, Zhenyu)

References:
https://downloads.ti.com/docs/esd/SPRUI03A/Content/SPRUI03A_HTML/linker_description.html

closes: #16324

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