1
0
forked from aniani/vim

patch 8.2.3537: mode() does not return the right value in 'operatorfunc'

Problem:    mode() does not return the right value in 'operatorfunc'.
Solution:   Reset finish_op while calling 'operatorfunc'.
This commit is contained in:
naohiro ono
2021-10-19 11:15:41 +01:00
committed by Bram Moolenaar
parent ad6b90c33c
commit 75c30e96cf
3 changed files with 23 additions and 0 deletions

View File

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