commit | a4abe514ecd9b7a038feed89f48476809775c80f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 15 19:44:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 15 19:44:09 2022 +0100 |
tree | 08ad5d6ad0a65e3b97c37cc59ace3cfaad92b8ea | |
parent | 12167d8b84c4a99751d9928f1a9a59c90b14931f [diff] [blame] |
patch 9.0.0472: virtual text "below" doesn't show in list mode Problem: Virtual text "below" doesn't show in list mode. Solution: Reset lcs_eol_one when displaying text property.
diff --git a/src/version.c b/src/version.c index aa8159e..77af684 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 472, +/**/ 471, /**/ 470,