summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-09 12:56:30 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-09 12:56:30 +0200
commit64075b0ab18449132ed01a07874fe1d1f3f356d4 (patch)
treedb90e2e27aaaaede2d9a76b229ae015898b4c703 /src/version.c
parent8e9be208ea58149c4e522166a6194da18a2eced7 (diff)
patch 8.2.1639: options window cannot be translatedv8.2.1639
Problem: Options window cannot be translated. Solution: Get the translation for "local to" texts once and use them in many places. Fix that 'whichwrap' is not a local option. (issue #6800)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b9207f5732..26a66f077b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1639,
+/**/
1638,
/**/
1637,