diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-10-26 20:21:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-10-26 20:21:44 +0200 |
commit | 15993ce9210e8b8d4bc11e1d640f6447b18d3e6c (patch) | |
tree | 1c1558bba5fb9a3bd1cfa6d8d494aeca2bd83097 /src/testdir/test38.in | |
parent | 235dddf1f4afe3a40047dbf2aca1bd177b7be18b (diff) | |
download | vim-15993ce9210e8b8d4bc11e1d640f6447b18d3e6c.zip |
patch 8.0.1221: 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 #2256)
Diffstat (limited to 'src/testdir/test38.in')
-rw-r--r-- | src/testdir/test38.in | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/testdir/test38.in b/src/testdir/test38.in deleted file mode 100644 index 3e0236251..000000000 --- a/src/testdir/test38.in +++ /dev/null @@ -1,35 +0,0 @@ - -Test Virtual replace mode. - -STARTTEST -:so small.vim -:" make sure that backspace works, no matter what termcap is used -:set t_kD=x7f t_kb=x08 -ggdGa -abcdefghi -jk lmn - opq rst -uvwxyz -gg:set ai -:set bs=2 -gR0 1 -A -BCDEFGHIJ - KL -MNO -PQRG:ka -o0 -abcdefghi -jk lmn - opq rst -uvwxyz -'ajgR0 1 -A -BCDEFGHIJ - KL -MNO -PQR:$ -iab cdefghi jkl0gRAB......CDEFGHI.Jo: -iabcdefghijklmnopqrst0gRAB IJKLMNO QR:wq! test.out -ENDTEST - |