commit | 0b8cf278eca45241033033f9bf389e54669a8654 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 19:42:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 19:42:06 2020 +0200 |
tree | 07fe1c4b8fefba6736ebbe69c36feb47e5c45c2d | |
parent | 02c037a4be6aeb7f6376e7dcc3ab41cfc6db3ede [diff] [blame] |
patch 8.2.1548: cannot move position of "%%" in message translations Problem: Cannot move position of "%%" in message translations. (Emir Sarı) Solution: Improve the check script.
diff --git a/src/version.c b/src/version.c index b071bf5..83bb9dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1548, +/**/ 1547, /**/ 1546,