comparison src/version.c @ 35221:4fcec0f1e813 v9.1.0424

patch 9.1.0424: filetype: slint files are not recognized Commit: https://github.com/vim/vim/commit/aa3104b07a3e5e7cc41310f1fbfb00f71ef801a2 Author: Riley Bruins <ribru17@hotmail.com> Date: Mon May 20 14:20:09 2024 +0200 patch 9.1.0424: filetype: slint files are not recognized Problem: filetype: slint files are not recognized Solution: Detect '*.slint' files as slint filetype, include basic sling filetype plugin (Riley Bruins) closes: #14808 Signed-off-by: Riley Bruins <ribru17@hotmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 20 May 2024 14:30:04 +0200
parents ef167a7e3c7a
children 3358ff22054f
comparison
equal deleted inserted replaced
35220:7e8da534b19e 35221:4fcec0f1e813
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 424,
707 /**/ 709 /**/
708 423, 710 423,
709 /**/ 711 /**/
710 422, 712 422,
711 /**/ 713 /**/