]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1053: setline() does not work on startup v8.0.1053
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Sep 2017 18:34:19 +0000 (20:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Sep 2017 18:34:19 +0000 (20:34 +0200)
commit9d954207e2cc807b475bb04f8b59ef5bb3772d99
tree1cc786e3355baa912671ab3b54ae8da5de43ae8b
parente88fc7a574263fd399c6815378bcd8fd228d8b54
patch 8.0.1053: setline() does not work on startup

Problem:    setline() does not work on startup. (Manuel Ortega)
Solution:   Do not check for ml_mfp to be set for the current buffer.
            (Christian Brabandt)
src/evalfunc.c
src/testdir/shared.vim
src/testdir/test_alot.vim
src/testdir/test_bufline.vim
src/testdir/test_timers.vim
src/version.c