]> granicus.if.org Git - vim/commit
patch 8.2.3236: mode() does not indicate using CTRL-O in Select mode v8.2.3236
authorzeertzjq <zeertzjq@outlook.com>
Wed, 28 Jul 2021 14:51:53 +0000 (16:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Jul 2021 14:51:53 +0000 (16:51 +0200)
commiteaf3f36168f85c8e0ab7083cd996b9fbe937045d
tree7ec14ec4c431cda36ecada140c2552edb92fc4ae
parent6868634abd6a49b2dfd3a994a6da7d5911457a37
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)
runtime/doc/eval.txt
src/globals.h
src/misc1.c
src/normal.c
src/testdir/test_functions.vim
src/version.c