summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-05-10 14:47:50 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-10 14:47:50 +0100
commit65b34868dac4bdc99e1144e36d5315b569795fc4 (patch)
treece76c54c66c9bdf13492e66f3cba2f2f09901962 /src/version.c
parent5fc7959dcbc43ddf2e9a2a06c547a5c10804e3d1 (diff)
patch 9.0.1537: message for opening the cmdline window is not translatedv9.0.1537
Problem: Message for opening the cmdline window is not translated. Solution: Add gettext() and scan the defaults script for text to be translated. (closes #12371)
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 c8daf71c8c..3a7dcb8278 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1537,
+/**/
1536,
/**/
1535,