0
0
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:
zeertzjq
2021-07-28 16:51:53 +02:00
committed by Bram Moolenaar
parent 6868634abd
commit eaf3f36168
6 changed files with 22 additions and 1 deletions

View File

@@ -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);