0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 9.0.0169: insufficient testing for line2byte() with text properties

Problem:    Insufficient testing for line2byte() with text properties.
Solution:   Add tests with a lot of text.
This commit is contained in:
Bram Moolenaar
2022-08-08 14:59:47 +01:00
parent 25463610df
commit cf85d97baf
3 changed files with 31 additions and 4 deletions

View File

@@ -9,10 +9,6 @@
/*
* Text properties implementation. See ":help text-properties".
*
* TODO:
* - Also test line2byte() with many lines, so that ml_updatechunk() is taken
* into account.
*/
#include "vim.h"