aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorJade Lovelace <software@lfcode.ca>2022-03-15 14:46:32 -0700
committerGitHub <noreply@github.com>2022-03-15 22:46:32 +0100
commit5a8bf31d328ecdb79453bf1eb22ff10aabbe0422 (patch)
treefa2269af3e5e531f42498aff71730306523243e0 /runtime/lua/vim
parenta1a8cbe9e409dc9cb7aadcec7e5258ab85240f28 (diff)
downloadrneovim-5a8bf31d328ecdb79453bf1eb22ff10aabbe0422.tar.gz
rneovim-5a8bf31d328ecdb79453bf1eb22ff10aabbe0422.tar.bz2
rneovim-5a8bf31d328ecdb79453bf1eb22ff10aabbe0422.zip
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) https://github.com/vim/vim/commit/8d5e514d77bd4b1956656ad2be2ce7094bd43a72
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index f5e4dabfb6..b356f5e3dc 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -225,6 +225,7 @@ local extension = {
fsi = "fsharp",
fsx = "fsharp",
fusion = "fusion",
+ gdb = "gdb",
gdmo = "gdmo",
mo = "gdmo",
tres = "gdresource",
@@ -919,6 +920,8 @@ local filename = {
mtab = "fstab",
[".gdbinit"] = "gdb",
gdbinit = "gdb",
+ [".gdbearlyinit"] = "gdb",
+ gdbearlyinit = "gdb",
["lltxxxxx.txt"] = "gedcom",
["TAG_EDITMSG"] = "gitcommit",
["MERGE_MSG"] = "gitcommit",