]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1855: mode() doesn't indicate command line for terminal v9.0.1855
authorh-east <h.east.727@gmail.com>
Sun, 3 Sep 2023 15:12:55 +0000 (17:12 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 3 Sep 2023 15:12:55 +0000 (17:12 +0200)
commit71ebf3bacaa22c841d9a8cb050c52fb21ac0970a
tree513a98d2fc72bdeb637cec71343c752cfe1ac6be
parentdb510ca8052884fd260f425025bacf44f6c92fa9
patch 9.0.1855: mode() doesn't indicate command line for terminal

Problem:  mode() doesn't indicate command line for terminal
Solution: make it return 'ct' for command-line from Terminal mode

closes: #6265
closes: #13017
closes: #13018

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: h-east <h.east.727@gmail.com>
runtime/doc/builtin.txt
src/misc1.c
src/testdir/test_functions.vim
src/version.c