commit | 0e2508d9e63e63414de2c06b3c8a446fdfe4470b | [log] [tgz] |
---|---|---|
author | h-east <h.east.727@gmail.com> | Mon Jan 03 12:53:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 03 12:53:24 2022 +0000 |
tree | e429f5bb4d48a429b9746738eb026d5924b95401 | |
parent | 114dbda7858df956161c0adba5d4d8279645ff67 [diff] [blame] |
patch 8.2.3992: wrong local-additions in the help with language mix Problem: Wrong local-additions in the help with language mix. Solution: Adjust how the local additions list is generated. (Hirohito Higashi, closes #9464)
diff --git a/src/version.c b/src/version.c index 96864ef..7ec033c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3992, +/**/ 3991, /**/ 3990,