diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-01-21 10:44:34 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-01-21 11:10:53 +0100 |
commit | 8df7978fe31635ede12f6dae224e6a6c8f1ba882 (patch) | |
tree | 24b03213c5e5a7886fd4d695e3bfe097483ea7c3 | |
parent | c75af76b7191833696d972c6cddc48f6681c96a3 (diff) | |
download | rneovim-8df7978fe31635ede12f6dae224e6a6c8f1ba882.tar.gz rneovim-8df7978fe31635ede12f6dae224e6a6c8f1ba882.tar.bz2 rneovim-8df7978fe31635ede12f6dae224e6a6c8f1ba882.zip |
vim-patch:9.1.0042: Missing test for Chuck Filetype
Problem: Missing test for Chuck filetype
after commit 27a4632af6753
(Christian Clason)
Solution: Add a filetype test
https://github.com/vim/vim/commit/c1884c94c5d7246e53a83b03a35a66ce81b49f83
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | test/old/testdir/test_filetype.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/old/testdir/test_filetype.vim b/test/old/testdir/test_filetype.vim index 50e60de484..e0c3fdd6c4 100644 --- a/test/old/testdir/test_filetype.vim +++ b/test/old/testdir/test_filetype.vim @@ -140,6 +140,7 @@ func s:GetFilenameChecks() abort \ 'chatito': ['file.chatito'], \ 'chill': ['file..ch'], \ 'chordpro': ['file.chopro', 'file.crd', 'file.cho', 'file.crdpro', 'file.chordpro'], + \ 'chuck': ['file.ck'], \ 'cl': ['file.eni'], \ 'clean': ['file.dcl', 'file.icl'], \ 'clojure': ['file.clj', 'file.cljs', 'file.cljx', 'file.cljc'], |