mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 02:28:47 +10:00
Problem: filetype: autoconf filetype not always correct
Solution: Detect aclocal.m4 as config filetype, detect configure.ac as
config filetype, fall back to POSIX m4 (Damien Lejay).
closes: vim/vim#18065
2b55474f0a
Co-authored-by: Damien Lejay <damien@lejay.be>