comparison 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
comparison
equal deleted inserted replaced
26870:e1aba7b30bbe 26871:c8d32e12c934
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3964,
752 /**/ 754 /**/
753 3963, 755 3963,
754 /**/ 756 /**/
755 3962, 757 3962,
756 /**/ 758 /**/