1
0
forked from aniani/vim

patch 8.2.4785: Visual mode not stopped if win_gotoid() goes to other buffer

Problem:    Visual mode not stopped early enough if win_gotoid() goes to
            another buffer. (Sergey Vlasov)
Solution:   Stop Visual mode before jumping to another buffer. (closes #10217)
This commit is contained in:
Bram Moolenaar
2022-04-18 18:32:19 +01:00
parent 1693712f02
commit 3aca0916f0
6 changed files with 91 additions and 0 deletions

View File

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