]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1212: filetype: logrotate'd pacmanlogs are not recognized v9.1.1212
authorEisuke Kawashima <e-kwsm@users.noreply.github.com>
Sun, 16 Mar 2025 19:37:14 +0000 (20:37 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 16 Mar 2025 19:37:14 +0000 (20:37 +0100)
commit20d23ce93b84ea199d5ea56d7ec86f5e6846d6cc
treec5922212576758f7b620c5e7170951e0a902fb51
parent3c7d9b11c8041f483a6caad9e9653e375f387d05
patch 9.1.1212: filetype: logrotate'd pacmanlogs are not recognized

Problem:  filetype: logrotate'd pacmanlogs are not recognized
Solution: also detect pacman.log* files as pacmanlog filetype,
          remove BufNewFile autocmd (Eisuke Kawashima)

closes: #16873

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