]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0317: filetype: matplotlibrc files are not recognized v9.1.0317
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Sat, 13 Apr 2024 16:25:38 +0000 (18:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 13 Apr 2024 16:25:38 +0000 (18:25 +0200)
commit55d4f3c006689945599589a90036923b1752754f
tree9fd6fddfdf5ab6681ca01652ba5cece1564242b2
parentce06493aeb3d198d13de289ac39d1ed0f1604429
patch 9.1.0317: filetype: matplotlibrc files are not recognized

Problem:  filetype: matplotlibrc files are not recognized
Solution: Detect 'matplotlibrc' file as yaml filetype
          (Wu, Zhenyu)

See: https://matplotlib.org/stable/users/explain/customizing.html#the-matplotlibrc-file

closes: #14501

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