commit | ba2099034f92a2814494f37bddb0c57d034401b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 22:06:38 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 22:06:38 2016 +0200 |
tree | 523a827eec2dea1e57deae617b196a78a46fbc55 | |
parent | 358308dd99abdd56c6540339e505585d8db7bdfe [diff] [blame] |
patch 7.4.2249 Problem: Missing colon in error message. Solution: Add the colon. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 8b9818e..b10a70c 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2249, +/**/ 2248, /**/ 2247,