patch 9.1.0240: filetype: some python tools config files are not recognized

Commit: 
https://github.com/vim/vim/commit/665220a17b830a271f0c7ef07211d25cd1c7b389
Author: Wu, Zhenyu <wuzhe...@ustc.edu>
Date:   Sun Mar 31 19:12:36 2024 +0200

    patch 9.1.0240: filetype: some python tools config files are not recognized
    
    Problem:  filetype: some python tools config files are not recognized
    Solution: Detect config files for setuptools, pudb, coverage as dosini
              (Wu, Zhenyu)
    
    closes: #14361
    
    Signed-off-by: Wu, Zhenyu <wuzhe...@ustc.edu>
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 01c91bf22..5af8ff6e8 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1039,6 +1039,9 @@ au BufNewFile,BufRead *.4gl,*.4gh,*.m4gl  setf fgl
 " .INI file for MSDOS
 au BufNewFile,BufRead *.ini,*.INI              setf dosini
 
+" Many python tools use dosini as their config, such as setuptools, pudb, 
coverage
+au BufNewFile,BufRead setup.cfg,pudb.cfg,.coveragerc   setf dosini
+
 " SysV Inittab
 au BufNewFile,BufRead inittab                  setf inittab
 
diff --git a/src/testdir/test_filetype.vim b/src/testdir/test_filetype.vim
index 470bdfd84..210777602 100644
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -210,7 +210,7 @@ def s:GetFilenameChecks(): dict<list<string>>
     dnsmasq: ['/etc/dnsmasq.conf', '/etc/dnsmasq.d/file', 
'any/etc/dnsmasq.conf', 'any/etc/dnsmasq.d/file'],
     dockerfile: ['Containerfile', 'Dockerfile', 'dockerfile', 
'file.Dockerfile', 'file.dockerfile', 'Dockerfile.debian', 
'Containerfile.something'],
     dosbatch: ['file.bat'],
-    dosini: ['/etc/yum.conf', 'file.ini', 'npmrc', '.npmrc', 'php.ini', 
'php.ini-5', 'php.ini-file', '/etc/yum.repos.d/file', 'any/etc/yum.conf', 
'any/etc/yum.repos.d/file', 'file.wrap', 'file.vbp', 'ja2.ini', 'JA2.INI'],
+    dosini: ['/etc/yum.conf', 'file.ini', 'npmrc', '.npmrc', 'php.ini', 
'php.ini-5', 'php.ini-file', '/etc/yum.repos.d/file', 'any/etc/yum.conf', 
'any/etc/yum.repos.d/file', 'file.wrap', 'file.vbp', 'ja2.ini', 'JA2.INI', 
'setup.cfg', 'pudb.cfg', '.coveragerc'],
     dot: ['file.dot', 'file.gv'],
     dracula: ['file.drac', 'file.drc', 'filelvs', 'filelpe', 'drac.file', 
'lpe', 'lvs', 'some-lpe', 'some-lvs'],
     dtd: ['file.dtd'],
diff --git a/src/version.c b/src/version.c
index e05ab84cb..c03de87d9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    240,
 /**/
     239,
 /**/

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1rqylx-000LgW-0F%40256bit.org.

Raspunde prin e-mail lui