commit | a572b936ce7bbaf630b22a32c039738a783cdf41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 14:34:37 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 19 14:34:37 2023 +0000 |
tree | 2c9c827718225f31e165149857858278069cb77b | |
parent | f53e065bce1adff4bff202ed3ba9982ece90b745 [diff] [blame] |
patch 9.0.1326: relative line number not updated with virtual text above Problem: Relative line number not updated with virtual text above. Solution: Adjust the row for the line number for virtual text above. (closes #12004)
diff --git a/src/version.c b/src/version.c index 10b38d4..53452bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1326, +/**/ 1325, /**/ 1324,