commit | 3a9687fb2749cb3da6e3bbf60cb9eaa81f7889ae | [log] [tgz] |
---|---|---|
author | smjonas <jonas.strittmatter@gmx.de> | Wed Aug 10 11:48:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 11:48:10 2022 +0100 |
tree | 4e8a2b6733361d44e26b652edf6c3d29a8258559 | |
parent | e5a0e8c1d781aa3781b4f6167fc2cba1193213f1 [diff] [blame] |
patch 9.0.0182: quarto files are not recognized Problem: Quarto files are not recognized. Solution: Recognize quarto files by the extension. (Jonas Strittmatter, closes #10880)
diff --git a/src/version.c b/src/version.c index 4390497..5341870 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 182, +/**/ 181, /**/ 180,