view src/testdir/test21.in @ 29936:64b885d1acfc v9.0.0306

patch 9.0.0306: buffer write message is two lines in message popup window Commit: https://github.com/vim/vim/commit/f2fb54f641aa0e8a64356e4d0053f89b52c78229 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 20:58:51 2022 +0100 patch 9.0.0306: buffer write message is two lines in message popup window Problem: Buffer write message is two lines in message popup window. Solution: Overwrite message if "msg_scroll" is off.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Aug 2022 22:00:04 +0200
parents 30bdd2e4a6f9
children
line wrap: on
line source

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