forked from aniani/vim
patch 8.2.3599: not all gdbinit files are recognized
Problem: Not all gdbinit files are recognized. Solution: Add "gdbinit". (Doug Kearns)
This commit is contained in:
@@ -647,7 +647,7 @@ au BufNewFile,BufRead *.fsl setf framescript
|
|||||||
au BufNewFile,BufRead fstab,mtab setf fstab
|
au BufNewFile,BufRead fstab,mtab setf fstab
|
||||||
|
|
||||||
" GDB command files
|
" GDB command files
|
||||||
au BufNewFile,BufRead .gdbinit setf gdb
|
au BufNewFile,BufRead .gdbinit,gdbinit setf gdb
|
||||||
|
|
||||||
" GDMO
|
" GDMO
|
||||||
au BufNewFile,BufRead *.mo,*.gdmo setf gdmo
|
au BufNewFile,BufRead *.mo,*.gdmo setf gdmo
|
||||||
|
@@ -188,7 +188,7 @@ let s:filename_checks = {
|
|||||||
\ 'freebasic': ['file.fb', 'file.bi'],
|
\ 'freebasic': ['file.fb', 'file.bi'],
|
||||||
\ 'fstab': ['fstab', 'mtab'],
|
\ 'fstab': ['fstab', 'mtab'],
|
||||||
\ 'fvwm': ['/.fvwm/file', 'any/.fvwm/file'],
|
\ 'fvwm': ['/.fvwm/file', 'any/.fvwm/file'],
|
||||||
\ 'gdb': ['.gdbinit'],
|
\ 'gdb': ['.gdbinit', 'gdbinit'],
|
||||||
\ 'gdmo': ['file.mo', 'file.gdmo'],
|
\ 'gdmo': ['file.mo', 'file.gdmo'],
|
||||||
\ 'gedcom': ['file.ged', 'lltxxxxx.txt', '/tmp/lltmp', '/tmp/lltmp-file', 'any/tmp/lltmp', 'any/tmp/lltmp-file'],
|
\ 'gedcom': ['file.ged', 'lltxxxxx.txt', '/tmp/lltmp', '/tmp/lltmp-file', 'any/tmp/lltmp', 'any/tmp/lltmp-file'],
|
||||||
\ 'gemtext': ['file.gmi', 'file.gemini'],
|
\ 'gemtext': ['file.gmi', 'file.gemini'],
|
||||||
|
@@ -757,6 +757,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3599,
|
||||||
/**/
|
/**/
|
||||||
3598,
|
3598,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user