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/version.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/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 2f34ffe2c..3660eb7c4 100644 --- a/src/version.c +++ b/src/version.c @@ -736,6 +736,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 169, +/**/ 168, /**/ 167, |