commit | 38854b565acba39eff36cf3c6396c911bf072bdc | [log] [tgz] |
---|---|---|
author | porygonisaduck <alvaradx@umich.edu> | Sun Nov 27 20:55:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 27 20:55:05 2022 +0000 |
tree | 229cef2a1c8e951af16695927d80c4bb9fbdffd8 | |
parent | 3da8597fc07505c0f8839b0834aafe1c10ffb456 [diff] [blame] |
patch 9.0.0962: virtual text below cannot be placed below empty lines Problem: Virtual text below cannot be placed below empty lines. Solution: Add one character. (James Alvarado, closes #11606, closes #11520)
diff --git a/src/version.c b/src/version.c index ecc4da4..c71f981 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 962, +/**/ 961, /**/ 960,