commit | 9cea87c5775948a35098f3602746c20ecf95dbcd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 16:59:45 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 16:59:45 2018 +0200 |
tree | e3d94740a9c2b64149479c1d03b1d07d3e4a65e6 | |
parent | e76d7a63dfe916c321e248fbfc97bd948d6fbabb [diff] [blame] |
patch 8.1.0425: ml_get error and crash with appendbufline() Problem: ml_get error and crash with appendbufline(). (Masashi Iizuka) Solution: Set per-window buffer info. (Hirohito Higashi, closes #3455)
diff --git a/src/version.c b/src/version.c index dd764ea..22cc075 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 425, +/**/ 424, /**/ 423,