commit | a953b5cf4f291875b805262eebd361e502de8c92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 10 14:25:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 10 14:25:25 2020 +0200 |
tree | 350a333df200988db32678ee569edd468fd3f77b | |
parent | 64e2db6dc6d7a013ff94ce302af8958cbd2704af [diff] [blame] |
patch 8.2.1652: cannot translate lines in the options window Problem: Cannot translate lines in the options window. Solution: Use the AddOption() function to split descriptions where indicated by a line break. (issue #6800)
diff --git a/src/version.c b/src/version.c index 1036642..9159209 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1652, +/**/ 1651, /**/ 1650,