]> granicus.if.org Git - vim/commit
patch 8.1.0225: mode() does not indicate using CTRL-O from Insert mode v8.1.0225
authorBram Moolenaar <Bram@vim.org>
Sun, 29 Jul 2018 13:34:26 +0000 (15:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 Jul 2018 13:34:26 +0000 (15:34 +0200)
commit612cc3888b136e80485132d9f997ed457dbc5501
treed200810f73b2c0c5626b249c8dbf0384448e19c8
parent91f84f6e11cd879d43d651c0903d85bff95f0716
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)
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_functions.vim
src/version.c