mirror of
https://github.com/vim/vim.git
synced 2026-02-19 11:53:56 +01:00
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
|