]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2042: filetype: systemd quadlet files are not recognized v9.1.2042
authorAc5000 <15003210+Ac5000@users.noreply.github.com>
Fri, 2 Jan 2026 13:58:30 +0000 (13:58 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 2 Jan 2026 13:58:30 +0000 (13:58 +0000)
commit0f93c988e97325bfc54654bc2cf4178fb11ba865
tree69f4f45f2e4091291058e2f277e81aeeb884bd23
parent7f5c60b31e9f04beb149e256486eb69bfb47ad39
patch 9.1.2042: filetype: systemd quadlet files are not recognized

Problem:  filetype: systemd quadlet files are not recognized
Solution: Detect additional patterns as systemd filetype
          (Ac5000)

Reference:
- https://docs.podman.io/en/latest/markdown/podman.1.html
- https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html
- https://docs.podman.io/en/latest/markdown/podman-quadlet.1.html

fixes:  #15078
closes: #19057

Signed-off-by: Ac5000 <15003210+Ac5000@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c