mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 15:21:20 +00:00
Problem: INI files not detected
Solution: detect uppercase .INI as dosini files
It previo~1 only worked for lower-case .ini files, but upperc~1 .INI is
also somewhat common on account of DOS' old 8.3 upperc~2 only filena~1.
closes: vim/vim#13316
4a82bdfaa8
Co-authored-by: Martin Tournoij <martin@arp242.net>