diff src/version.c @ 26903:5aa9e8db975c v8.2.3980

patch 8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changed Commit: https://github.com/vim/vim/commit/b3bd1d39e68e2d697c014b9f85482c2c12a3f909 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 2 13:05:45 2022 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Jan 2022 14:15:03 +0100
parents 9805a7617981
children c2186e32ae42
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3980,
+/**/
     3979,
 /**/
     3978,