commit | 612cc3888b136e80485132d9f997ed457dbc5501 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 29 15:34:26 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 29 15:34:26 2018 +0200 |
tree | d200810f73b2c0c5626b249c8dbf0384448e19c8 | |
parent | 91f84f6e11cd879d43d651c0903d85bff95f0716 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index ab58a5c..1aa6448 100644 --- a/src/version.c +++ b/src/version.c
@@ -799,6 +799,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 225, +/**/ 224, /**/ 223,