diff src/version.c @ 24832:5e3fa7c7a95f v8.2.2954

patch 8.2.2954: short file name extension for Scala not recognized Commit: https://github.com/vim/vim/commit/6db7b6375a3ea3afef5295b1366896902012e640 Author: Brennon M <d1pl0mat@outlook.com> Date: Sun Jun 6 20:15:53 2021 +0200 patch 8.2.2954: short file name extension for Scala not recognized Problem: Short file name extension for Scala not recognized. Solution: Recognize *.sc. (closes https://github.com/vim/vim/issues/8337)
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Jun 2021 20:30:03 +0200
parents f7445dcba17f
children adcd50a18236
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2954,
+/**/
     2953,
 /**/
     2952,