commit | 14944c04bd15f3bc67a6665d7234e44bd77b495d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 20:51:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 20:51:26 2020 +0200 |
tree | 9dca5136e9bdf73272275b698b7adb8d753fccea | |
parent | 0e655111e9dbdbdf69fee1b199f2b9c355bf4a10 [diff] [blame] |
patch 8.2.1663: options window entries cannot be translated Problem: Options window entries cannot be translated. Solution: Use AddOption() for all explanations. (closes #6800)
diff --git a/src/version.c b/src/version.c index 74ed214..0b0b8fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1663, +/**/ 1662, /**/ 1661,