commit | 877151b3d8f6dacca56ce8e7f20fa5b27142d782 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 15:29:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 15:29:50 2022 +0100 |
tree | ff676de455aa541563005b93e402a4a2b9352965 | |
parent | 9466fb8001227a4bc9045e91045426bc40680366 [diff] [blame] |
patch 9.0.0722: virtual text "after" does not show with 'list' set Problem: Virtual text "after" does not show with 'list' set. Solution: Do not break out of the loop when another text prop follows. (closes #11337)
diff --git a/src/version.c b/src/version.c index 86bec6c..2676893 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 722, +/**/ 721, /**/ 720,