aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-04-17 21:14:03 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-04-17 21:14:26 -0400
commitb3d669b40bd4736d42c52430ec84d76c2f5151eb (patch)
tree732c8e500c50f59979de90aa30bae7b2f5b3dcc7 /src/nvim
parent6f7141dd766355639955b7d281987ea93f244cb2 (diff)
downloadrneovim-b3d669b40bd4736d42c52430ec84d76c2f5151eb.tar.gz
rneovim-b3d669b40bd4736d42c52430ec84d76c2f5151eb.tar.bz2
rneovim-b3d669b40bd4736d42c52430ec84d76c2f5151eb.zip
vim-patch:8.2.0589: .bsd file type not recognized
Problem: .bsd file type not recognized. Solution: Recognize .bsd as BSDL. (Daniel Kho, closes vim/vim#5945) https://github.com/vim/vim/commit/0fc1288aefce25da0a2fb2a0aab75b0bd314403f
Diffstat (limited to 'src/nvim')
-rw-r--r--src/nvim/testdir/test_filetype.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_filetype.vim b/src/nvim/testdir/test_filetype.vim
index e4e48d2d35..c3ddce7914 100644
--- a/src/nvim/testdir/test_filetype.vim
+++ b/src/nvim/testdir/test_filetype.vim
@@ -79,7 +79,7 @@ let s:filename_checks = {
\ 'bib': ['file.bib'],
\ 'bindzone': ['named.root'],
\ 'blank': ['file.bl'],
- \ 'bsdl': ['file.bsdl'],
+ \ 'bsdl': ['file.bsd', 'file.bsdl'],
\ 'bst': ['file.bst'],
\ 'bzr': ['bzr_log.any'],
\ 'c': ['enlightenment/file.cfg', 'file.qc', 'file.c'],