]> granicus.if.org Git - vim/commit
patch 8.2.2109: "vim -" does not work well when modifyOtherKeys is enabled v8.2.2109
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Dec 2020 18:18:37 +0000 (19:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Dec 2020 18:18:37 +0000 (19:18 +0100)
commit8a3da6a368ca7e761939366e355528bccb6dffa3
tree40f7173d67790292f5fd63579cb5dbcbd96ef478
parent083966f671475ae1b67f746f0b3f5309a45dfd8f
patch 8.2.2109: "vim -" does not work well when modifyOtherKeys is enabled

Problem:    "vim -" does not work well when modifyOtherKeys is enabled and a
            shell command is executed on startup.
Solution:   Only change modifyOtherKeys when executing a shell command in raw
            mode.
src/os_unix.c
src/version.c