Skip to content

Commit

Permalink
patch 9.1.0042: Missing test for Chuck Filetype
Browse files Browse the repository at this point in the history
Problem:  Missing test for Chuck filetype
          after commit 27a4632
          (Christian Clason)
Solution: Add a filetype test

Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
chrisbra committed Jan 21, 2024
1 parent d08e437 commit c1884c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/test_filetype.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
42,
/**/
41,
/**/
Expand Down

0 comments on commit c1884c9

Please sign in to comment.