summaryrefslogtreecommitdiff
path: root/src/testdir/test_changelist.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-05 20:59:28 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-05 20:59:28 +0100
commitfb094e14c19337de824d4e6710ca6a2617930ab0 (patch)
tree4738265336181b11c8f7bb6d5b7f41d92753a208 /src/testdir/test_changelist.in
parent8fdb35a974d92c7d0267bc8988aa6af74ee6885d (diff)
downloadvim-fb094e14c19337de824d4e6710ca6a2617930ab0.zip
patch 8.0.1271: still too many old style tests
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2290)
Diffstat (limited to 'src/testdir/test_changelist.in')
-rw-r--r--src/testdir/test_changelist.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/testdir/test_changelist.in b/src/testdir/test_changelist.in
deleted file mode 100644
index 6c7c4306c..000000000
--- a/src/testdir/test_changelist.in
+++ /dev/null
@@ -1,22 +0,0 @@
-Test changelist position after splitting window
-Set 'undolevels' to make changelist for sourced file
-
-STARTTEST
-:so small.vim
-Gkylp:set ul=100
-Gylp:set ul=100
-gg
-:vsplit
-:try
-: normal g;
-: normal ggVGcpass
-:catch
-: normal ggVGcfail
-:finally
-: %w! test.out
-:endtry
-:qa!
-ENDTEST
-
-1
-2