commit | 91b65e49440e77222a65b6f868507453239f409b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 17 22:10:58 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 17 22:10:58 2019 +0100 |
tree | 4f01f1f4186e679cbf299ddaae53a70ceeab0417 | |
parent | 6f345a1458df2db03fba7863492404e9dc8b817c [diff] [blame] |
patch 8.2.0018: :join does not add white space where it should Problem: :join does not add white space where it should. (Zdenek Dohnal) Solution: Handle joining multiple lines propely.
diff --git a/src/version.c b/src/version.c index c11710a..65924cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 18, +/**/ 17, /**/ 16,