commit | c448e9c95089b5e7170a0dd36635a226c5eb5b1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 19 15:29:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 19 15:29:57 2022 +0100 |
tree | d478aaec1c963cb2eb0a46937102a6b8cbed28c2 | |
parent | a653e53b1f4ba08de0dbcea06288cf0cc1c6e752 [diff] [blame] |
patch 8.2.4790: lilypond filetype not recognized Problem: Lilypond filetype not recognized. Solution: Add patterns for lilypond. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index b837fcb..9a76fdf 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4790, +/**/ 4789, /**/ 4788,