commit | a9a364872e41932990aba1787af65f67c7e14917 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 16:47:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 16:47:22 2022 +0100 |
tree | f4e456fe564164e54798cf1a6e5d53e0e8dd2644 | |
parent | 877151b3d8f6dacca56ce8e7f20fa5b27142d782 [diff] [blame] |
patch 9.0.0723: extra empty line below virtual text when 'list' is set Problem: Extra empty line below virtual text when 'list' is set. Solution: Do not reset lcs_eol_one but set text_prop_follows. (closes #11339)
diff --git a/src/version.c b/src/version.c index 2676893..9130e78 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 723, +/**/ 722, /**/ 721,