comparison runtime/filetype.vim @ 28093:3fd6b3ebe0b7 v8.2.4571

patch 8.2.4571: not all gdb files are recognized Commit: https://github.com/vim/vim/commit/8d5e514d77bd4b1956656ad2be2ce7094bd43a72 Author: Jade Lovelace <software@lfcode.ca> Date: Tue Mar 15 12:00:23 2022 +0000 patch 8.2.4571: not all gdb files are recognized Problem: Not all gdb files are recognized. Solution: Add a few more patterns for gdb. (Jade Lovelace, closes https://github.com/vim/vim/issues/9956)
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Mar 2022 13:15:04 +0100
parents 834d3fba1e7c
children 67ef250562e5
comparison
equal deleted inserted replaced
28092:8b1ab22de19d 28093:3fd6b3ebe0b7
666 666
667 " F# 667 " F#
668 au BufNewFile,BufRead *.fsi,*.fsx setf fsharp 668 au BufNewFile,BufRead *.fsi,*.fsx setf fsharp
669 669
670 " GDB command files 670 " GDB command files
671 au BufNewFile,BufRead .gdbinit,gdbinit setf gdb 671 au BufNewFile,BufRead .gdbinit,gdbinit,.gdbearlyinit,gdbearlyinit,*.gdb setf gdb
672 672
673 " GDMO 673 " GDMO
674 au BufNewFile,BufRead *.mo,*.gdmo setf gdmo 674 au BufNewFile,BufRead *.mo,*.gdmo setf gdmo
675 675
676 " GDscript 676 " GDscript