diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1978,
+/**/
     1977,
 /**/
     1976,