commit | 7d7bcc6ba01454c1cbb1dcbf5f11c3a4051535d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 28 21:54:27 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 28 21:54:27 2021 +0200 |
tree | b06193f3c932181a7f6c50c86c1c1f603e288f9e | |
parent | 127950241e84c822d3c50f46a00d42a70d2d5cb6 [diff] [blame] |
patch 8.2.3072: "zy" does not work well when "virtualedit' is "block" Problem: The "zy" command does not work well when 'virtualedit' is set to "block". (Johann Höchtl) Solution: Make endspaces zero. (Christian Brabandt, closes #8468, closes #8448)
diff --git a/src/version.c b/src/version.c index dd74d2d..f33d7dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3072, +/**/ 3071, /**/ 3070,