commit | 9466fb8001227a4bc9045e91045426bc40680366 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 14:54:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 14:54:42 2022 +0100 |
tree | cd7d96d07d6a27a2072975a5e07310c9acb82365 | |
parent | 0c502d2e7031611788c301c7da0896f0fd9515fd [diff] [blame] |
patch 9.0.0721: virtual text "above" with padding not displayed correctly Problem: Virtual text "above" with padding not displayed correctly. Solution: Take padding into account when truncating. (closes #11340)
diff --git a/src/version.c b/src/version.c index 87259de..86bec6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 721, +/**/ 720, /**/ 719,