commit | 45311b5274a6ac6e44235dfd4588c6b1bf0d4850 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 13 22:27:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 13 22:27:32 2019 +0200 |
tree | 6a4e242e2c509cb3931d7ac8684b7384f69f223c | |
parent | f077db24230d10ef9a66ae14da34b639464d8fa2 [diff] [blame] |
patch 8.1.1844: buffer no longer unloaded when adding text properties Problem: Buffer no longer unloaded when adding text properties to it. Solution: Do not create the memfile. (closes #4808)
diff --git a/src/version.c b/src/version.c index 5741d5f..f998c52 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1844, +/**/ 1843, /**/ 1842,