1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-06-28 21:54:27 +02:00
parent 127950241e
commit 7d7bcc6ba0
3 changed files with 25 additions and 1 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3072,
/**/
3071,
/**/