]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0795: filetype: Vivado memory info file are not recognized v9.1.0795
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Mon, 21 Oct 2024 18:54:13 +0000 (20:54 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 21 Oct 2024 18:54:13 +0000 (20:54 +0200)
commit0887e62bce3f46c20d2fa5f8ece1ca001e44ce63
tree114392e1fcc6be432b38d57e7f46d1c9cc8f451c
parent4f5681dbdfaf25f3357cba3172906c076421c7b9
patch 9.1.0795: filetype: Vivado memory info file are not recognized

Problem:  filetype: Vivado memory info file are not recognized
Solution: detect '*.mmi' memory info file as xml filetype
          (Wu, Zhenyu)

References: https://docs.amd.com/r/en-US/ug1580-updatemem/MMI-File-Syntax

closes: #15906

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c