1
0
forked from aniani/vim

patch 8.2.2911: pattern "\%V" does not match all of block selection

Problem:    Pattern "\%V" does not match all of block selection. (Rick Howe)
Solution:   Use the value of vi_curswant. (closes #8285)
This commit is contained in:
Bram Moolenaar
2021-05-30 16:43:11 +02:00
parent 0b49648486
commit e71c0ebe2c
4 changed files with 35 additions and 1 deletions

View File

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