]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0683: mode() returns wrong value with <Cmd> mapping v9.1.0683
authorkuuote <znmxodq1@gmail.com>
Tue, 20 Aug 2024 17:53:17 +0000 (19:53 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 20 Aug 2024 17:53:17 +0000 (19:53 +0200)
commit0fd1cb1b1fc90b68cb37f71e65289eadac3588a6
treee112258006c2dc39a632fd102ce7084cae262037
parent3840d2feaf1454c934f71a97aae7a56a5ceccef9
patch 9.1.0683: mode() returns wrong value with <Cmd> mapping

Problem:  mode() returns wrong value with <Cmd> mapping
Solution: Change decision priority of VIsual_active and move
          visual mode a bit further down (kuuote)

closes: #15533

Signed-off-by: kuuote <znmxodq1@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/misc1.c
src/testdir/test_functions.vim
src/version.c