commit | 9c51798a1f3b79ace5ae0551a8bb122025ac94ed | [log] [tgz] |
---|---|---|
author | Mark Skelton <mdskelton99@gmail.com> | Tue Jan 31 18:57:17 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 31 18:57:17 2023 +0000 |
tree | a3ed359424c2c43b439b359396574ed134d7b2dc | |
parent | d6e4c75af2d6435794f1a9259141d6d7c1923b4c [diff] [blame] |
patch 9.0.1268: .clangd and .stylelintrc files don't get a filetype Problem: .clangd and .stylelintrc files don't get a filetype. Solution: Use yaml for .clangd and json for .stylelintrc files. (Mark Skelton, closes #11916)
diff --git a/src/version.c b/src/version.c index e06b6be..45dd798 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1268, +/**/ 1267, /**/ 1266,