From cf85d97bafdcc7837a77ab79cc04da189fa3dd0c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 8 Aug 2022 14:59:47 +0100 Subject: 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. --- src/textprop.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/textprop.c') diff --git a/src/textprop.c b/src/textprop.c index d67ec4c7e..d5a53d6cb 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -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" -- cgit v1.2.1