commit | 9b0c5c23bd5260caef82a4f3dcc945c129857c52 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 20 20:37:36 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 20 20:37:36 2018 +0200 |
tree | 0b2803c8783030eabcac6effc10811346d961ac5 | |
parent | a15b0a936d2013e99e9323da9b920a5d93e4fb5a [diff] [blame] |
patch 8.1.0090: "..." used inconsistently in a message Problem: "..." used inconsistently in a message. Solution: Define the message with " ..." once. (hint by Ken Takata)
diff --git a/src/version.c b/src/version.c index d49516e..1cc6012 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 90, +/**/ 89, /**/ 88,