comparison src/version.c @ 33448:a8158a496896 v9.0.1978

patch 9.0.1978: No filetype detection for just files Commit: https://github.com/vim/vim/commit/3d90f71b764e67b1eb12fc6a9a4b9e2fca6dc087 Author: dundargoc <gocdundar@gmail.com> Date: Wed Oct 4 19:52:54 2023 +0200 patch 9.0.1978: No filetype detection for just files Problem: No filetype detection for just files Solution: Detect just files (*.just, justfile, etc) closes: #13271 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: dundargoc <gocdundar@gmail.com>
author Christian Brabandt <cb@256bit.org>
date Wed, 04 Oct 2023 20:00:08 +0200
parents 508dfc0c261c
children 4cffda5da6f4
comparison
equal deleted inserted replaced
33447:528ec090214b 33448:a8158a496896
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 1978,
707 /**/ 709 /**/
708 1977, 710 1977,
709 /**/ 711 /**/
710 1976, 712 1976,
711 /**/ 713 /**/