mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
vim-patch:8.2.4859: wget2 files are not recognized (#18385)
Problem: wget2 files are not recognized.
Solution: Add patterns to recognize wget2. (Doug Kearns)
3a974a8933
This commit is contained in:
@@ -1130,7 +1130,9 @@ local filename = {
|
||||
["_viminfo"] = "viminfo",
|
||||
[".viminfo"] = "viminfo",
|
||||
[".wgetrc"] = "wget",
|
||||
[".wget2rc"] = "wget2",
|
||||
wgetrc = "wget",
|
||||
wget2rc = "wget2",
|
||||
[".wvdialrc"] = "wvdial",
|
||||
["wvdial.conf"] = "wvdial",
|
||||
[".Xresources"] = "xdefaults",
|
||||
|
||||
Reference in New Issue
Block a user