commit | c166927a32fe5c054ad35deecff00aa12c629cf7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 14:23:53 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 14:23:53 2018 +0200 |
tree | 30e4773ac192881b9e7b927460c06c2976f4195f | |
parent | 5c3670718bebacb3a9a54522cab2924a6bfbc3d4 [diff] [blame] |
patch 8.1.0078: "..." used inconsistently in messages Problem: "..." used inconsistently in messages. Solution: Drop the space before " ...".
diff --git a/src/version.c b/src/version.c index 354066f..f28a346 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 78, +/**/ 77, /**/ 76,