summaryrefslogtreecommitdiffstats
path: root/src/textprop.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-08 14:59:47 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-08 14:59:47 +0100
commitcf85d97bafdcc7837a77ab79cc04da189fa3dd0c (patch)
tree61f1260f82e849c698d5b0e568a8faf68b7c0be8 /src/textprop.c
parent25463610dfc7a4984f70b030463fb98b09772ad9 (diff)
patch 9.0.0169: insufficient testing for line2byte() with text propertiesv9.0.0169
Problem: Insufficient testing for line2byte() with text properties. Solution: Add tests with a lot of text.
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/textprop.c b/src/textprop.c
index d67ec4c7e8..d5a53d6cbe 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"