1
0
forked from aniani/vim

patch 8.1.0225: mode() does not indicate using CTRL-O from Insert mode

Problem:    Mode() does not indicate using CTRL-O from Insert mode.
Solution:   Add "niI", "niR" and "niV" to mode() result. (closes #3000)
This commit is contained in:
Bram Moolenaar
2018-07-29 15:34:26 +02:00
parent 91f84f6e11
commit 612cc3888b
4 changed files with 51 additions and 26 deletions

View File

@@ -798,6 +798,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
225,
/**/
224,
/**/