commit | c1c177a47bfe1b9a524ede2743a689e461668d14 | [log] [tgz] |
---|---|---|
author | Doug Kearns <dougkearns@gmail.com> | Sat Oct 28 21:19:54 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Oct 28 21:21:49 2023 +0200 |
tree | 6f6505bc3daf8fb88911cd80d17859454f48231b | |
parent | feaccd239573a6265d39d3a917862ee40742eab4 [diff] [blame] |
patch 9.0.2079: Not all Dart files detected Problem: Not all Dart files detected Solution: Add shebang filetype detection for Dart closes: #13449 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index b127b6a..fdfdf3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2079, +/**/ 2078, /**/ 2077,