]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0042: Missing test for Chuck Filetype v9.1.0042
authorChristian Brabandt <cb@256bit.org>
Sun, 21 Jan 2024 08:40:22 +0000 (09:40 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 21 Jan 2024 08:40:22 +0000 (09:40 +0100)
Problem:  Missing test for Chuck filetype
          after commit 27a4632af6753
          (Christian Clason)
Solution: Add a filetype test

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_filetype.vim
src/version.c

index 6913eec57c1e7ef31d177d0ce4f601270990779e..045675bbcd5bed211588e742cf35fb09218cea7a 100644 (file)
@@ -150,6 +150,7 @@ def s:GetFilenameChecks(): dict<list<string>>
     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'],
index 04832e1110b1e06c07126137cb961fb2e7cb0b11..094658c3a4321c91cc20b42884b90d0b55dcf76a 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    42,
 /**/
     41,
 /**/