vim-patch:9.1.0304: filetype: cgdb config file is not recognized (#28294)

Problem:  filetype: cgdb config file is not recognized
Solution: Detect cgdbrc files as cgdbrc filetype
          (Wu, Zhenyu)

closes: vim/vim#14458

1492fe6903

Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
zeertzjq
2024-04-12 17:07:24 +08:00
committed by GitHub
parent e4fb3e2007
commit 611cc7de43
4 changed files with 39 additions and 0 deletions

View File

@@ -1289,6 +1289,7 @@ local filename = {
['/etc/default/cdrdao'] = 'cdrdaoconf',
['/etc/defaults/cdrdao'] = 'cdrdaoconf',
['cfengine.conf'] = 'cfengine',
cgdbrc = 'cgdbrc',
['CMakeLists.txt'] = 'cmake',
['.alias'] = detect.csh,
['.cshrc'] = detect.csh,