commit | ccfaa075918639b57925b16902cad339ab39b18c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 16:15:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 16:15:30 2022 +0100 |
tree | d074e41037bbeac7771079dc8f98bd621d489dd7 | |
parent | 2fdc9b541918237168ca05ac09eb4bb245e5c6c5 [diff] [blame] |
patch 9.0.0516: virtual text "above" highlights gap after it Problem: Virtual text "above" highlights gap after it. Solution: Do not highlight the gap. (closes #11138)
diff --git a/src/version.c b/src/version.c index 9d26c3f..61555c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 516, +/**/ 515, /**/ 514,