1
0
forked from aniani/vim

patch 8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changed

Problem:    If 'operatorfunc' invokes an operator the remembered Visual mode
            may be changed. (Naohiro Ono)
Solution:   Save and restore the information for redoing the Visual area.
            (closes #9455)
This commit is contained in:
Bram Moolenaar
2022-01-02 13:05:45 +00:00
parent a6feb163f0
commit b3bd1d39e6
3 changed files with 58 additions and 27 deletions

View File

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