summaryrefslogtreecommitdiff
path: root/src/testdir/test_timers.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_timers.vim
parente88fc7a574263fd399c6815378bcd8fd228d8b54 (diff)
downloadvim-9d954207e2cc807b475bb04f8b59ef5bb3772d99.zip
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)
Diffstat (limited to 'src/testdir/test_timers.vim')
-rw-r--r--src/testdir/test_timers.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testdir/test_timers.vim b/src/testdir/test_timers.vim
index 0c6bb8338..142bfc8a5 100644
--- a/src/testdir/test_timers.vim
+++ b/src/testdir/test_timers.vim
@@ -1,7 +1,5 @@
" Test for timers
-source shared.vim
-
if !has('timers')
finish
endif