diff options
author | Rainer Borene <rainerborene@gmail.com> | 2014-10-22 22:24:29 -0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-04 12:57:33 -0300 |
commit | 4ca353d3bdfc41250835dcaba727554a4d21243d (patch) | |
tree | eb1ff15d002ca3c17a3c7b6c5f228ce8032f137d /src | |
parent | 79cd4a98ecc100694e2e35df7ec05971bd720830 (diff) | |
download | rneovim-4ca353d3bdfc41250835dcaba727554a4d21243d.tar.gz rneovim-4ca353d3bdfc41250835dcaba727554a4d21243d.tar.bz2 rneovim-4ca353d3bdfc41250835dcaba727554a4d21243d.zip |
legacy tests: migrate test81
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test81.in | 22 | ||||
-rw-r--r-- | src/nvim/testdir/test81.ok | 6 |
2 files changed, 0 insertions, 28 deletions
diff --git a/src/nvim/testdir/test81.in b/src/nvim/testdir/test81.in deleted file mode 100644 index 82a6892a1d..0000000000 --- a/src/nvim/testdir/test81.in +++ /dev/null @@ -1,22 +0,0 @@ -Test for t movement command and 'cpo-;' setting - -STARTTEST -:set nocompatible viminfo+=nviminfo -:set cpo-=; -/firstline/ -j0tt;D -0fz;D -$Fy;D -$Ty;D:set cpo+=; -j0tt;;D -$Ty;;D:?firstline?+1,$w! test.out -:qa! -ENDTEST - -firstline -aaa two three four - zzz -yyy -bbb yee yoo four -ccc two three four -ddd yee yoo four diff --git a/src/nvim/testdir/test81.ok b/src/nvim/testdir/test81.ok deleted file mode 100644 index e9f17dc4f8..0000000000 --- a/src/nvim/testdir/test81.ok +++ /dev/null @@ -1,6 +0,0 @@ -aaa two - z -y -bbb y -ccc -ddd yee y |