diff src/version.c @ 26871:c8d32e12c934 v8.2.3964

patch 8.2.3964: some common lisp and scheme files not recognized Commit: https://github.com/vim/vim/commit/654b729c4c9951f2a46c161d1e9fefdc223fc94e Author: Alex Vear <alex@vear.uk> Date: Sat Jan 1 11:38:42 2022 +0000 patch 8.2.3964: some common lisp and scheme files not recognized Problem: Some common lisp and scheme files not recognized. Solution: Recognize *.asd as lisp and *.sld as scheme. (Alex Vear, closes #9447)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jan 2022 12:45:03 +0100
parents 659e30d7eeb7
children be85735650f7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3964,
+/**/
     3963,
 /**/
     3962,