commit | 35fdd9a67d73d4750152c419d4193ebb6b6d6eee | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Beno=C3=AEt=20Ryder?= <benoit@ryder.fr> | Fri Sep 23 20:33:39 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 20:33:39 2022 +0100 |
tree | eb8cb6cb3f0cb7a251ef81884d4cd60c3641013e | |
parent | 3bcd0ddc2deb34794c735c6ea0b8f964b510c6db [diff] [blame] |
patch 9.0.0562: HSL playlist files are not recognized Problem: HSL playlist files are not recognized. Solution: Add a pattern to recognize HSL palylist files. (BenoƮt Ryder, closes #11204)
diff --git a/src/version.c b/src/version.c index 20ed2d7..665adc1 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 562, +/**/ 561, /**/ 560,