forked from aniani/vim
Problem: Tiny and small builds have no test coverage.
Solution: Restore tests that do not depend on the +eval feature.
(Ken Takata, closes #6696)
14 lines
197 B
Plaintext
14 lines
197 B
Plaintext
Tests for file with some lines ending in CTRL-M, some not
|
|
|
|
STARTTEST
|
|
:set ta tx
|
|
:e!
|
|
:$-3,$w! test.out
|
|
:qa!
|
|
ENDTEST
|
|
|
|
this lines ends in a
|
|
this one doesn't
|
|
this one does
|
|
and the last one doesn't
|