diff src/version.c @ 30928:fa68adeca7c1 v9.0.0798

patch 9.0.0798: clang format configuration files are not recognized Commit: https://github.com/vim/vim/commit/3c708c43908ba44f075bbaa7daf584c6b46d9723 Author: Marwin Glaser <marwin_g@icloud.com> Date: Wed Oct 19 15:39:49 2022 +0100 patch 9.0.0798: clang format configuration files are not recognized Problem: Clang format configuration files are not recognized. Solution: Use yaml for Clang format configuration files. (Marwin Glaser, closes #11398)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Oct 2022 16:45:06 +0200
parents 372b12480082
children cbfbf0e17cd0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    798,
+/**/
     797,
 /**/
     796,