commit | 13845c48d8ca96e0fa5bb237db519dd00045742f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 15:26:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 15:26:03 2022 +0100 |
tree | 8a676429cd49735aecc1cd69ce8de91d1e0545f2 | |
parent | b7af5a044525b72ad607a8bf4fcfff9b9b7565df [diff] [blame] |
patch 9.0.0705: virtual text truncation does not take padding into account Problem: Virtual text truncation does not take padding into account. Solution: Subtract the padding from the available space. (closes #11318)
diff --git a/src/version.c b/src/version.c index 67bc7ff..84d8e2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 705, +/**/ 704, /**/ 703,