forked from aniani/vim
patch 8.2.3236: mode() does not indicate using CTRL-O in Select mode
Problem: mode() does not indicate using CTRL-O in Select mode. Solution: Use "vs" and similar. (closes #8640)
This commit is contained in:
@@ -882,6 +882,8 @@ EXTERN int VIsual_active INIT(= FALSE);
|
||||
// whether Visual mode is active
|
||||
EXTERN int VIsual_select INIT(= FALSE);
|
||||
// whether Select mode is active
|
||||
EXTERN int restart_VIsual_select INIT(= 0);
|
||||
// restart Select mode when next cmd finished
|
||||
EXTERN int VIsual_reselect;
|
||||
// whether to restart the selection after a
|
||||
// Select mode mapping or menu
|
||||
|
Reference in New Issue
Block a user