commit | 50652b0c5cfc9d48d3561772420e1f01f878f033 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 21:48:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 21:48:37 2022 +0100 |
tree | 3fe87a0db7ee82c42791fbe27951af5f51f0b2aa | |
parent | e44336b00a6c51bef904450a8012e4982e38ba2d [diff] [blame] |
patch 9.0.0166: when using text properties line text length computed twice Problem: When using text properties the line text length is computed twice. Solution: If the text lenght was already computed don't do it again.
diff --git a/src/version.c b/src/version.c index bccf787..7544d6f 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 166, +/**/ 165, /**/ 164,