commit | 6c8bc37a1083d17447156592f6f52da2d40b4855 | [log] [tgz] |
---|---|---|
author | Maxime Brunet <max@brnt.mx> | Thu Oct 20 20:52:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 20:52:44 2022 +0100 |
tree | c1ee69a4e0975c9c0002e160db5b63c48c8b3b50 | |
parent | d5337efece7c68e9b4ce864532ea49b02453b674 [diff] [blame] |
patch 9.0.0808: jsonnet filetype detection has a typo Problem: jsonnet filetype detection has a typo. Solution: Change "libjsonnet" to "libsonnet". (Maxime Brunet, closes #11412)
diff --git a/src/version.c b/src/version.c index 6456028..21ff6c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 808, +/**/ 807, /**/ 806,