commit | 5b30291785e6b9be1a607504c14bd03c601b59a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 22:11:55 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 22:11:55 2016 +0200 |
tree | 86e6c5c0cf7090f485392cfecb80b43602a8b0cd | |
parent | ba2099034f92a2814494f37bddb0c57d034401b4 [diff] [blame] |
patch 7.4.2250 Problem: Some error message cannot be translated. Solution: Enclose them in _() and N_(). (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index b10a70c..b323771 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2250, +/**/ 2249, /**/ 2248,