diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-08-08 14:59:47 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-08-08 14:59:47 +0100 |
commit | cf85d97bafdcc7837a77ab79cc04da189fa3dd0c (patch) | |
tree | 61f1260f82e849c698d5b0e568a8faf68b7c0be8 /src/textprop.c | |
parent | 25463610dfc7a4984f70b030463fb98b09772ad9 (diff) | |
download | vim-git-cf85d97bafdcc7837a77ab79cc04da189fa3dd0c.tar.gz |
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.c | 4 |
1 files changed, 0 insertions, 4 deletions
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" |