mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user