commit | 5c65e6a062dfc7d20931fa1f73d03b1714a4d5e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 17 11:08:56 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 17 11:08:56 2019 +0200 |
tree | aa2fb3f679bb6c2837b0c640f43ee721c78358c8 | |
parent | 17aca707f92235b6f962e637e8073162d18e6de2 [diff] [blame] |
patch 8.1.1337: get empty text prop when splitting line just after text prop Problem: Get empty text prop when splitting line just after text prop. Solution: Do not create an empty text prop at the start of the line.
diff --git a/src/version.c b/src/version.c index 01c4394..c34eed0 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1337, +/**/ 1336, /**/ 1335,