mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00

Problem: filetype: logrotate'd pacmanlogs are not recognized
Solution: also detect pacman.log* files as pacmanlog filetype,
remove BufNewFile autocmd (Eisuke Kawashima)
closes: vim/vim#16873
20d23ce93b
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>