commit | ec5e1483ebda577e0b7f638c485203cd0e479c47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 16:38:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 16:38:13 2022 +0100 |
tree | 2dc2d058dd5de955387c9dd10a55a9a7d445e121 | |
parent | e49f9acecc03755db850410b2590ad7312c5224b [diff] [blame] |
patch 9.0.0534: line number is displayed at virtual text "above" Problem: Line number is displayed at virtual text "above". Solution: Show the line number at the text line.
diff --git a/src/version.c b/src/version.c index 6c0f6a3..1b1628e 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 534, +/**/ 533, /**/ 532,