commit | 75c30e96cf280a8cc01ac01c41a9252db3e503cc | [log] [tgz] |
---|---|---|
author | naohiro ono <obcat@icloud.com> | Tue Oct 19 11:15:41 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 11:15:41 2021 +0100 |
tree | 772920dcede7279046602574c24221e9645360a9 | |
parent | ad6b90c33cc239794a6694ef53e8baeee2ed97bd [diff] [blame] |
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'.
diff --git a/src/version.c b/src/version.c index 2049889..2e076cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3537, +/**/ 3536, /**/ 3535,