commit | cc184cfb09161b3bbc7d5d8859a18e812367d19c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 12 20:31:20 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 12 20:31:20 2019 +0100 |
tree | f4c2c860ec034a3466ca89968bd8d8f5b50d99e2 | |
parent | d002e411c60a231b7c136a84422b3d9bf7b8b4df [diff] [blame] |
patch 8.1.2293: join adds trailing space when second line is empty Problem: Join adds trailing space when second line is empty. (Brennan Vincent) Solution: Do not add a trailing space.
diff --git a/src/version.c b/src/version.c index 0e9b27b..31133c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2293, +/**/ 2292, /**/ 2291,