diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-07-25 11:34:03 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-08-02 12:00:02 -0400 |
commit | 45b91711e4fec50bf1f63d2fc2afa09b729643a0 (patch) | |
tree | 4b071e9e85563fb94898db80078a2cd4e47bcc52 /src | |
parent | 6f3a18197b5d31f24afff244baf7f00fab659804 (diff) | |
download | rneovim-45b91711e4fec50bf1f63d2fc2afa09b729643a0.tar.gz rneovim-45b91711e4fec50bf1f63d2fc2afa09b729643a0.tar.bz2 rneovim-45b91711e4fec50bf1f63d2fc2afa09b729643a0.zip |
vim-patch:8.2.1292: AIDL filetype not recognized
Problem: AIDL filetype not recognized.
Solution: Add filetype detection. (Dominique Pellé, closes vim/vim#6533)
https://github.com/vim/vim/commit/2afc3b4f776a4fe2bb22d0a79e77012d79b4ec1e
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_filetype.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_filetype.vim b/src/nvim/testdir/test_filetype.vim index d440bdcb1e..2e280417ae 100644 --- a/src/nvim/testdir/test_filetype.vim +++ b/src/nvim/testdir/test_filetype.vim @@ -54,6 +54,7 @@ let s:filename_checks = { \ 'acedb': ['file.wrm'], \ 'ada': ['file.adb', 'file.ads', 'file.ada', 'file.gpr'], \ 'ahdl': ['file.tdf'], + \ 'aidl': ['file.aidl'], \ 'alsaconf': ['.asoundrc', '/usr/share/alsa/alsa.conf', '/etc/asound.conf'], \ 'aml': ['file.aml'], \ 'ampl': ['file.run'], |