Merge pull request #17166 from Shougo/vim-8.2.4160

vim-patch:8.2.4160: cannot change the register used for Select mode d…
This commit is contained in:
bfredl
2022-01-27 08:52:08 +01:00
committed by GitHub
5 changed files with 91 additions and 5 deletions

View File

@@ -524,6 +524,8 @@ EXTERN pos_T VIsual;
EXTERN int VIsual_active INIT(= false);
/// Whether Select mode is active.
EXTERN int VIsual_select INIT(= false);
/// Register name for Select mode
EXTERN int VIsual_select_reg INIT(= 0);
/// Restart Select mode when next cmd finished
EXTERN int restart_VIsual_select INIT(= 0);
/// Whether to restart the selection after a Select-mode mapping or menu.