commit | af40f9af335e0c8b167eac31ceace45b6a2e0565 | [log] [tgz] |
---|---|---|
author | dundargoc <gocdundar@gmail.com> | Wed Oct 12 12:09:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 12:09:40 2022 +0100 |
tree | ad5393a9fc3a981f6903d53872bb70ba99f57bd6 | |
parent | 9ce7915d0667e6cb8f930634473f0caf2967f4e3 [diff] [blame] |
patch 9.0.0731: clang-tidy configuration files are not recognized Problem: clang-tidy configuration files are not recognized. Solution: Recognize clang-tidy files as yaml. (closes #11350)
diff --git a/src/version.c b/src/version.c index 31d9776..b44101e 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 731, +/**/ 730, /**/ 729,