commit | 3c708c43908ba44f075bbaa7daf584c6b46d9723 | [log] [tgz] |
---|---|---|
author | Marwin Glaser <marwin_g@icloud.com> | Wed Oct 19 15:39:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 19 15:39:49 2022 +0100 |
tree | 1333e6883f64ce16da6f08126147063cb3a7a5a9 | |
parent | df63f05c3a81f726ee9fbfc4954eb675e287c7f7 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index bf49946..e612e53 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 798, +/**/ 797, /**/ 796,