comparison src/testdir/test_filetype.vim @ 20067:ec40053dd3b5 v8.2.0589

patch 8.2.0589: .bsd file type not recognized Commit: https://github.com/vim/vim/commit/0fc1288aefce25da0a2fb2a0aab75b0bd314403f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 17 19:23:06 2020 +0200 patch 8.2.0589: .bsd file type not recognized Problem: .bsd file type not recognized. Solution: Recognize .bsd as BSDL. (Daniel Kho, closes https://github.com/vim/vim/issues/5945)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Apr 2020 19:30:04 +0200
parents 9cbe7ba51ce5
children ca9c2be2334a
comparison
equal deleted inserted replaced
20066:97f53c6954db 20067:ec40053dd3b5
77 \ 'bc': ['file.bc'], 77 \ 'bc': ['file.bc'],
78 \ 'bdf': ['file.bdf'], 78 \ 'bdf': ['file.bdf'],
79 \ 'bib': ['file.bib'], 79 \ 'bib': ['file.bib'],
80 \ 'bindzone': ['named.root'], 80 \ 'bindzone': ['named.root'],
81 \ 'blank': ['file.bl'], 81 \ 'blank': ['file.bl'],
82 \ 'bsdl': ['file.bsdl'], 82 \ 'bsdl': ['file.bsd', 'file.bsdl'],
83 \ 'bst': ['file.bst'], 83 \ 'bst': ['file.bst'],
84 \ 'bzr': ['bzr_log.any'], 84 \ 'bzr': ['bzr_log.any'],
85 \ 'c': ['enlightenment/file.cfg', 'file.qc', 'file.c'], 85 \ 'c': ['enlightenment/file.cfg', 'file.qc', 'file.c'],
86 \ 'cabal': ['file.cabal'], 86 \ 'cabal': ['file.cabal'],
87 \ 'calendar': ['calendar'], 87 \ 'calendar': ['calendar'],