diff src/structs.h @ 26998:b0ef52086d57 v8.2.4028

patch 8.2.4028: ml_get error with :doautoall and Visual area Commit: https://github.com/vim/vim/commit/cb1956d6f2aece8ad93e19e5d4c7e0b5e405f056 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 7 15:45:18 2022 +0000 patch 8.2.4028: ml_get error with :doautoall and Visual area Problem: ml_get error with :doautoall and Visual area. (Sean Dewar) Solution: Disable Visual mode while executing autocommands.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Jan 2022 17:00:05 +0100
parents 8796f1384750
children 15f40772e10a
line wrap: on
line diff
--- a/src/structs.h
+++ b/src/structs.h
@@ -4031,6 +4031,7 @@ typedef struct
     int		save_prevwin_id;    // ID of saved prevwin
     bufref_T	new_curbuf;	    // new curbuf
     char_u	*globaldir;	    // saved value of globaldir
+    int		save_VIsual_active; // saved VIsual_active
 } aco_save_T;
 
 /*