diff options
Diffstat (limited to 'src/nvim/testdir/test1.in')
-rw-r--r-- | src/nvim/testdir/test1.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/nvim/testdir/test1.in b/src/nvim/testdir/test1.in deleted file mode 100644 index 272500cd25..0000000000 --- a/src/nvim/testdir/test1.in +++ /dev/null @@ -1,13 +0,0 @@ -First a simple test to check if the test script works. - -STARTTEST -:" If columns or lines are too small, create wrongtermsize. -:" (Some tests will fail. When columns and/or lines are small) -:if &lines < 24 || &columns < 80 | sp another | w! wrongtermsize | qa! | endif -:" -:" Write a single line to test.out to check if testing works at all. -:%d -athis is a test:w! test.out -:qa! -ENDTEST - |