commit | d730c8e2974609034016ca66db09d2ef78784343 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 07 21:16:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 07 21:16:53 2019 +0100 |
tree | efd3d086a24153d535d6205a533abd2b35853df3 | |
parent | 04b4e1a42409f81d65ae4801ac867dc0bba3d7b8 [diff] [blame] |
patch 8.1.0701: sign message not translated and inconsistent spacing Problem: Sign message not translated and inconsistent spacing. Solution: Add _() for translation. Add a space. (Ken Takata) Also use MSG_BUF_LEN instead of BUFSIZ.
diff --git a/src/version.c b/src/version.c index 373f7a8..eb7b268 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 701, +/**/ 700, /**/ 699,