commit | 0b39c3fd4c5d1c8ebd2efa85fced7df5e17efd3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 15:52:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 15:52:10 2020 +0200 |
tree | 6d230d3ef3310ad4aa28801d3720d33c29a19a4b | |
parent | 25859dd74cd5befe964627dc03b8369dfaebe837 [diff] [blame] |
patch 8.2.1544: cannot translate messages in a Vim script Problem: Cannot translate messages in a Vim script. Solution: Add gettext(). Try it out for a few messages in the options window.
diff --git a/src/version.c b/src/version.c index 8eaf484..1fe5b26 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1544, +/**/ 1543, /**/ 1542,