aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-05-03 10:23:11 +0200
committerGitHub <noreply@github.com>2022-05-03 10:23:11 +0200
commit46734cf7c1e5abe8e452354db6914364bfe89f0d (patch)
tree2b5890eedffb30c14b05be38c9b6548dac4e37ba /src
parent13520aae163bfc243fc050cf16b89082c0896eaf (diff)
downloadrneovim-46734cf7c1e5abe8e452354db6914364bfe89f0d.tar.gz
rneovim-46734cf7c1e5abe8e452354db6914364bfe89f0d.tar.bz2
rneovim-46734cf7c1e5abe8e452354db6914364bfe89f0d.zip
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) https://github.com/vim/vim/commit/3a974a89331182139e12386275f052a50c247ecb
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_filetype.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_filetype.vim b/src/nvim/testdir/test_filetype.vim
index 63b598dca8..c0c35b89cb 100644
--- a/src/nvim/testdir/test_filetype.vim
+++ b/src/nvim/testdir/test_filetype.vim
@@ -591,6 +591,7 @@ let s:filename_checks = {
\ 'wast': ['file.wast', 'file.wat'],
\ 'webmacro': ['file.wm'],
\ 'wget': ['.wgetrc', 'wgetrc'],
+ \ 'wget2': ['.wget2rc', 'wget2rc'],
\ 'winbatch': ['file.wbt'],
\ 'wml': ['file.wml'],
\ 'wsh': ['file.wsf', 'file.wsc'],