aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmjonas <jonas.strittmatter@gmx.de>2023-06-23 18:12:14 +0200
committersmjonas <jonas.strittmatter@gmx.de>2023-06-23 18:18:33 +0200
commit771dad7a057548356a33c499e907bdd6203ec7bb (patch)
tree5d4e6983ec4db25a76fb4e712ab2066e10813130
parent3bf887f6e08fa272679187340ca483809275b20a (diff)
downloadrneovim-771dad7a057548356a33c499e907bdd6203ec7bb.tar.gz
rneovim-771dad7a057548356a33c499e907bdd6203ec7bb.tar.bz2
rneovim-771dad7a057548356a33c499e907bdd6203ec7bb.zip
vim-patch:9.0.1644: not all filetype file name matches are tested
Problem: Not all filetype file name matches are tested. Solution: Add more file names to test with. (Jonas Strittmatter, closes vim/vim#12569) https://github.com/vim/vim/commit/bd087ae8f07f026bbd179911830027ff92f42c01 Co-authored-by: smjonas <jonas.strittmatter@gmx.de>
-rw-r--r--test/old/testdir/test_filetype.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_filetype.vim b/test/old/testdir/test_filetype.vim
index 67d44099d8..4d650fd4ec 100644
--- a/test/old/testdir/test_filetype.vim
+++ b/test/old/testdir/test_filetype.vim
@@ -535,7 +535,7 @@ let s:filename_checks = {
\ 'services': ['/etc/services', 'any/etc/services'],
\ 'setserial': ['/etc/serial.conf', 'any/etc/serial.conf'],
\ 'sexplib': ['file.sexp'],
- \ 'sh': ['.bashrc', 'file.bash', '/usr/share/doc/bash-completion/filter.sh','/etc/udev/cdsymlinks.conf', 'any/etc/udev/cdsymlinks.conf'],
+ \ 'sh': ['.bashrc', '.bash_profile', '.bash-profile', '.bash_logout', '.bash-logout', '.bash_aliases', '.bash-aliases', '/tmp/bash-fc-3Ozjlw', '/tmp/bash-fc.3Ozjlw', 'PKGBUILD', 'APKBUILD', 'file.bash', '/usr/share/doc/bash-completion/filter.sh', '/etc/udev/cdsymlinks.conf', 'any/etc/udev/cdsymlinks.conf'],
\ 'sieve': ['file.siv', 'file.sieve'],
\ 'sil': ['file.sil'],
\ 'simula': ['file.sim'],