commit | 9cd91a1e8816d727fbdbf0b3062288e15abc5f4d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 23 20:48:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 23 20:48:43 2021 +0200 |
tree | becb184e1562505100bdaa07efe3936019d3883f | |
parent | 73170917f14d1b0d919c65fbc0a9d011b87d94da [diff] [blame] |
patch 8.2.3368: not all Racket files are recognized Problem: Not all Racket files are recognized. Solution: Also recognize .rktl and .rktd files. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 619c840..a439d99 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3368, +/**/ 3367, /**/ 3366,