]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1602: filetype: requirements-*.txt files are not recognized v9.1.1602
authorXudong Zheng <7pkvm5aw@slicealias.com>
Thu, 7 Aug 2025 13:55:49 +0000 (15:55 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 7 Aug 2025 13:55:49 +0000 (15:55 +0200)
commitd305729bc570fab478c3718bd4d07bd9ddd088e0
tree662a77256e2a0f6a60aa7c902aa06f233130aa4a
parent6abe5e490470d339f5e9a07a478f839cebf23812
patch 9.1.1602: filetype: requirements-*.txt files are not recognized

Problem:  filetype: requirements-*.txt files are not recognized
Solution: Detect requirements-*.txt files as requirements filetype
          (Xudong Zheng).

References:
- https://github.com/search?q=path%3Arequirements-*.txt&type=code
- https://github.com/zephyrproject-rtos/zephyr/tree/v4.2.0/scripts

closes: #17894

Signed-off-by: Xudong Zheng <7pkvm5aw@slicealias.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c