diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-09-20 21:32:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-09-20 21:32:03 +0200 |
commit | b5cfff0b34d1be87f7d0458e4b9addd71c5d5b1d (patch) | |
tree | 471855cf370ddf6d2e160577229a6f6bf607b875 /src/version.c | |
parent | 26cd3063b2e2084cfd17989e7584c64f278aaaef (diff) | |
download | vim-git-b5cfff0b34d1be87f7d0458e4b9addd71c5d5b1d.tar.gz |
patch 8.2.1716: options window has duplicate translationsv8.2.1716
Problem: Options window has duplicate translations.
Solution: Make one entry for "global or local to buffer". Fix wrong text.
(closes #6983)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 891cdac07..20c5f4f4d 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1716, +/**/ 1715, /**/ 1714, |