comparison 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
comparison
equal deleted inserted replaced
24831:34842c8a8793 24832:5e3fa7c7a95f
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2954,
753 /**/ 755 /**/
754 2953, 756 2953,
755 /**/ 757 /**/
756 2952, 758 2952,
757 /**/ 759 /**/