1
0
forked from aniani/vim

patch 8.2.4996: setbufline() may change Visual selection

Problem:    setbufline() may change Visual selection. (Qiming Zhao)
Solution:   Disable Visual mode when using another buffer. (closes #10466)
This commit is contained in:
Bram Moolenaar
2022-05-22 11:59:25 +01:00
parent dafef51b1c
commit 0ad00a7fd3
3 changed files with 21 additions and 0 deletions

View File

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