1
0
forked from aniani/vim

patch 8.2.5002: deletebufline() may change Visual selection

Problem:    deletebufline() may change Visual selection.
Solution:   Disable Visual mode when using another buffer. (closes #10469)
This commit is contained in:
LemonBoy
2022-05-22 15:35:53 +01:00
committed by Bram Moolenaar
parent 8a3704723c
commit 9b2edfd3bf
3 changed files with 22 additions and 0 deletions

View File

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