diff src/version.c @ 25664:8c3204d810a7 v8.2.3368

patch 8.2.3368: not all Racket files are recognized Commit: https://github.com/vim/vim/commit/9cd91a1e8816d727fbdbf0b3062288e15abc5f4d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 23 20:48:43 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Aug 2021 21:00:05 +0200
parents 23f065f27d2e
children 649d3e9c5914
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3368,
+/**/
     3367,
 /**/
     3366,