commit | 8df6e5d4670891608e791244b0c2ec0db387f710 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 14:45:37 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 14:45:37 2018 +0200 |
tree | e8501af1044b535d6feb7ba4adb960b1539ab58f | |
parent | d2f3a8b8787333abf2300d38836b196955f10c00 [diff] [blame] |
patch 8.1.0079: superfluous space in messages Problem: Superfluous space in messages. Solution: Remove the spaces. (closes #3030)
diff --git a/src/version.c b/src/version.c index f28a346..85ffd16 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 79, +/**/ 78, /**/ 77,