]> granicus.if.org Git - vim/commit
patch 8.1.0425: ml_get error and crash with appendbufline() v8.1.0425
authorBram Moolenaar <Bram@vim.org>
Fri, 21 Sep 2018 14:59:45 +0000 (16:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 21 Sep 2018 14:59:45 +0000 (16:59 +0200)
commit9cea87c5775948a35098f3602746c20ecf95dbcd
treee3d94740a9c2b64149479c1d03b1d07d3e4a65e6
parente76d7a63dfe916c321e248fbfc97bd948d6fbabb
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)
src/buffer.c
src/testdir/test_bufline.vim
src/version.c