summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-04 20:34:19 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-04 20:34:19 +0200
commit9d954207e2cc807b475bb04f8b59ef5bb3772d99 (patch)
tree1cc786e3355baa912671ab3b54ae8da5de43ae8b /src/testdir/test_alot.vim
parente88fc7a574263fd399c6815378bcd8fd228d8b54 (diff)
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.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 189cd82d12..61c3472b2a 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