diff options
author | Christian Clason <c.clason@uni-graz.at> | 2025-01-03 10:42:52 +0100 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2025-01-03 11:45:10 +0100 |
commit | b365036ab3f5e91439a5397ed0f32b651d60f08c (patch) | |
tree | 8b00f405f7bb3eb457279432bef2edd4b49c4b81 /test | |
parent | f1f42ec063795f9461d9744d62eaaa6cc978ea56 (diff) | |
download | rneovim-b365036ab3f5e91439a5397ed0f32b651d60f08c.tar.gz rneovim-b365036ab3f5e91439a5397ed0f32b651d60f08c.tar.bz2 rneovim-b365036ab3f5e91439a5397ed0f32b651d60f08c.zip |
vim-patch:9.1.0986: filetype: 'jj' filetype is a bit imprecise
Problem: filetype: 'jj' filetype is a bit imprecise
Solution: rename 'jj' filetype to 'jjdescription'
(Gregory Anders)
closes: vim/vim#16364
https://github.com/vim/vim/commit/58c44e8833365e1a777330491c2799ae324ed893
Co-authored-by: Gregory Anders <greg@gpanders.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/old/testdir/test_filetype.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_filetype.vim b/test/old/testdir/test_filetype.vim index 1bf2bdb360..d5853adf49 100644 --- a/test/old/testdir/test_filetype.vim +++ b/test/old/testdir/test_filetype.vim @@ -389,7 +389,7 @@ func s:GetFilenameChecks() abort \ 'jess': ['file.clp'], \ 'jgraph': ['file.jgr'], \ 'jinja': ['file.jinja'], - \ 'jj': ['file.jjdescription'], + \ 'jjdescription': ['file.jjdescription'], \ 'jovial': ['file.jov', 'file.j73', 'file.jovial'], \ 'jproperties': ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file', 'org.eclipse.xyz.prefs'], \ 'jq': ['file.jq'], |