vim-patch:9.0.2011: INI files not detected

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>
This commit is contained in:
Christian Clason
2023-10-11 22:01:32 +02:00
parent 2fde6295df
commit 7474874baa
2 changed files with 2 additions and 1 deletions

View File

@@ -352,6 +352,7 @@ local extension = {
bat = 'dosbatch',
wrap = 'dosini',
ini = 'dosini',
INI = 'dosini',
vbp = 'dosini',
dot = 'dot',
gv = 'dot',