mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
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:
@@ -15,7 +15,6 @@
|
||||
#include "vim.h"
|
||||
|
||||
static int VIsual_mode_orig = NUL; // saved Visual mode
|
||||
static int restart_VIsual_select = 0;
|
||||
|
||||
#ifdef FEAT_EVAL
|
||||
static void set_vcount_ca(cmdarg_T *cap, int *set_prevcount);
|
||||
|
Reference in New Issue
Block a user