comparison 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
comparison
equal deleted inserted replaced
30927:b38da2222975 30928:fa68adeca7c1
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 798,
698 /**/ 700 /**/
699 797, 701 797,
700 /**/ 702 /**/
701 796, 703 796,
702 /**/ 704 /**/