diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-03-12 18:34:41 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-03-12 18:34:58 -0500 |
commit | ea99cbc85ad937c79603461f8de046d744aa8dc3 (patch) | |
tree | 6c7330845d282e224b8c2c926ffd72efb7e459f6 /src | |
parent | d38508d88ab78415368bce350072f9f0f73c15d2 (diff) | |
download | rneovim-ea99cbc85ad937c79603461f8de046d744aa8dc3.tar.gz rneovim-ea99cbc85ad937c79603461f8de046d744aa8dc3.tar.bz2 rneovim-ea99cbc85ad937c79603461f8de046d744aa8dc3.zip |
vim-patch:8.2.2591: Poke files are not recognized
Problem: Poke files are not recognized.
Solution: Add a filetype entry. (Matt Ihlenfield)
https://github.com/vim/vim/commit/c80f647512b001fb6952ed10d076d56c3d4b84e0
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 6bc5fba5db..76e5de7df9 100644 --- a/src/nvim/testdir/test_filetype.vim +++ b/src/nvim/testdir/test_filetype.vim @@ -358,6 +358,7 @@ let s:filename_checks = { \ 'po': ['file.po', 'file.pot'], \ 'pod': ['file.pod'], \ 'pod6': ['file.pod6'], + \ 'poke': ['file.pk'], \ 'postscr': ['file.ps', 'file.pfa', 'file.afm', 'file.eps', 'file.epsf', 'file.epsi', 'file.ai'], \ 'pov': ['file.pov'], \ 'povini': ['.povrayrc'], |