diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-04 20:34:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-04 20:34:19 +0200 |
commit | 9d954207e2cc807b475bb04f8b59ef5bb3772d99 (patch) | |
tree | 1cc786e3355baa912671ab3b54ae8da5de43ae8b /src/testdir/test_alot.vim | |
parent | e88fc7a574263fd399c6815378bcd8fd228d8b54 (diff) | |
download | vim-git-9d954207e2cc807b475bb04f8b59ef5bb3772d99.tar.gz |
patch 8.0.1053: setline() does not work on startupv8.0.1053
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)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 189cd82d1..61c3472b2 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -1,6 +1,8 @@ " A series of tests that can run in one Vim invocation. " This makes testing go faster, since Vim doesn't need to restart. +source shared.vim + set belloff=all source test_assign.vim source test_bufline.vim |