commit | b9725bc7f6427654eb4e35874034b0ec1b6b96b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 12:35:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 12:35:49 2022 +0100 |
tree | 128701395c7d012f99350299968b5cbbef6fe056 | |
parent | ec1238b4068d0d6d9d02ac1a8e61720224a1be73 [diff] [blame] |
patch 9.0.0583: only recognizing .m3u8 files is inconsistent Problem: Only recognizing .m3u8 files is inconsistent. Solution: Also matc .m3u files. (issue #11204)
diff --git a/src/version.c b/src/version.c index 79dda65..fdd6a23 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 583, +/**/ 582, /**/ 581,