comparison src/version.c @ 28650:be4410fa2bac v8.2.4849

patch 8.2.4849: Gleam filetype not detected Commit: https://github.com/vim/vim/commit/917c32c4f75351061a773cd5bc5b6f42c7d10e62 Author: Mathias Jean Johansen <mathias@mjj.io> Date: Sat Apr 30 15:10:07 2022 +0100 patch 8.2.4849: Gleam filetype not detected Problem: Gleam filetype not detected. Solution: Add a pattern for Gleam files. (Mathias Jean Johansen, closes #10326)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Apr 2022 16:15:04 +0200
parents 2cd937e40c40
children 27dcbe70e1f0
comparison
equal deleted inserted replaced
28649:431e69ffe1a5 28650:be4410fa2bac
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4849,
749 /**/ 751 /**/
750 4848, 752 4848,
751 /**/ 753 /**/
752 4847, 754 4847,
753 /**/ 755 /**/