view src/testdir/test21.in @ 31990:27ab829631df v9.0.1327

patch 9.0.1327: cursor in wrong position below line with virtual text below Commit: https://github.com/vim/vim/commit/ea62cee85e9e77ec86edd9843926dadb69978753 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 19 18:36:41 2023 +0000 patch 9.0.1327: cursor in wrong position below line with virtual text below Problem: Cursor in wrong position below line with virtual text below ending in multi-byte character. Solution: When checking for last character take care of multi-byte character.
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Feb 2023 19:45:03 +0100
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