commit | d79eef2eb1f24b53206c4e55b80a4634f548c429 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 24 20:41:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 24 20:41:55 2019 +0200 |
tree | 7e3363a5b1693bae6c3950987b1d12033511ad54 | |
parent | 18a4ba29aeccb9841d5bfdd2eaaffdfae2f15ced [diff] [blame] |
patch 8.1.1387: calling prop_add() in an empty buffer doesn't work Problem: Calling prop_add() in an empty buffer doesn't work. (Dominique Pelle) Solution: Open the memline before adding a text property. (closes #4412)
diff --git a/src/version.c b/src/version.c index 3653b9b..ac1c67a 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1387, +/**/ 1386, /**/ 1385,