commit | 234c3fab28c14846b962c90097496b27ee1b4df8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 14:42:15 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 12 14:42:15 2023 +0000 |
tree | 58ca0242f456f6c53a9a26c8aa233cc46aec372c | |
parent | 094b8473edcc7531c942ac726dd575d95f5b622c [diff] [blame] |
patch 9.0.1304: "$" for 'list' option displayed in wrong position Problem: "$" for 'list' option displayed in wrong position when there are text properties. Solution: Adjust logic for order of displayed items. (closes #11959)
diff --git a/src/version.c b/src/version.c index 470940a..26e8ab5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1304, +/**/ 1303, /**/ 1302,