mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
vim-patch:8.2.4571: not all gdb files are recognized (#17727)
Problem: Not all gdb files are recognized.
Solution: Add a few more patterns for gdb.
(closes https://github.com/vim/vim/pull/9956)
8d5e514d77
This commit is contained in:
@@ -196,7 +196,7 @@ let s:filename_checks = {
|
||||
\ 'fstab': ['fstab', 'mtab'],
|
||||
\ 'fusion': ['file.fusion'],
|
||||
\ 'fvwm': ['/.fvwm/file', 'any/.fvwm/file'],
|
||||
\ 'gdb': ['.gdbinit', 'gdbinit'],
|
||||
\ 'gdb': ['.gdbinit', 'gdbinit', 'file.gdb', '.config/gdbearlyinit', '.gdbearlyinit'],
|
||||
\ 'gdresource': ['file.tscn', 'file.tres'],
|
||||
\ 'gdscript': ['file.gd'],
|
||||
\ 'gdmo': ['file.mo', 'file.gdmo'],
|
||||
|
Reference in New Issue
Block a user