]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2135: No test for mode() when executing Ex commands v9.0.2135
authorzeertzjq <zeertzjq@outlook.com>
Tue, 28 Nov 2023 19:46:29 +0000 (20:46 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 28 Nov 2023 19:46:29 +0000 (20:46 +0100)
commitfcaeb3d42b228e73c669b2fce78f1d3fe112769f
tree17f2e6c51ddf848e1e5f9b99ff5bfbcbe4cd9261
parentffd6d31cb2c1b1a963a6113c41495dfdf10a5de8
patch 9.0.2135: No test for mode() when executing Ex commands

Problem:  No test for mode() when executing Ex commands
Solution: Add some test cases and simplify several other test cases.
          Also add a few more test cases for ModeChanged.

closes: #13588

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
src/evalfunc.c
src/testdir/test_autocmd.vim
src/testdir/test_functions.vim
src/version.c