Mercurial > vim
view src/testdir/test21.in @ 28994:644b0f0541de v8.2.5019
patch 8.2.5019: cannot get the first screen column of a character
Commit: https://github.com/vim/vim/commit/0f7a3e1de6f71e8e1423fe594890d6aa7f94e132
Author: LemonBoy <thatlemon@gmail.com>
Date: Thu May 26 12:10:37 2022 +0100
patch 8.2.5019: cannot get the first screen column of a character
Problem: Cannot get the first screen column of a character.
Solution: Let virtcol() optionally return a list. (closes https://github.com/vim/vim/issues/10482,
closes #7964)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 26 May 2022 13:15: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