commit | c3a483fc3c65f649f9985bb88792a465ea18b0a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 19:37:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 19:37:36 2022 +0100 |
tree | f8d15c03e75300f3208c1b36a3a7cd4f23af0c03 | |
parent | 677a39fdf6a61d77ae5d14faeb498f94fd8742ff [diff] [blame] |
patch 9.0.0210: 'list' mode does not work properly with virtual text Problem: 'list' mode does not work properly with virtual text. Solution: Show the "$" at the right position. (closes #10913)
diff --git a/src/version.c b/src/version.c index 65afaf6..c58386b 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 210, +/**/ 209, /**/ 208,