commit | b5cfff0b34d1be87f7d0458e4b9addd71c5d5b1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 21:32:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 21:32:03 2020 +0200 |
tree | 471855cf370ddf6d2e160577229a6f6bf607b875 | |
parent | 26cd3063b2e2084cfd17989e7584c64f278aaaef [diff] |
patch 8.2.1716: options window has duplicate translations Problem: Options window has duplicate translations. Solution: Make one entry for "global or local to buffer". Fix wrong text. (closes #6983)
diff --git a/src/version.c b/src/version.c index 891cdac..20c5f4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1716, +/**/ 1715, /**/ 1714,