commit | 9d9a20ee8799bafe9caac616fef11b7a26db6a8d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 11 13:49:01 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 11 13:49:01 2023 +0000 |
tree | 9234d5ca9e9e2c94943c650d24aaa39509bd2502 | |
parent | 3ec78f973fdaec2cea8e036ed38037b2fe40670b [diff] [blame] |
patch 9.0.1301: virtual text below empty line not displayed Problem: Virtual text below empty line not displayed. Solution: Adjust flags and computations. (closes #11959)
diff --git a/src/version.c b/src/version.c index f28cfd8..524abf7 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1301, +/**/ 1300, /**/ 1299,