]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2307: a shell command in the vimrc causes terminal output v8.2.2307
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Jan 2021 13:45:03 +0000 (14:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Jan 2021 13:45:03 +0000 (14:45 +0100)
commitebbf11c1198b7aec8a1a55f7231ecb4f1a432fa0
tree0a5a4951496487a9c4d653b05bbb049acf7979c7
parent32b3f820107139d7edf0c592bb06f090c3eb6c51
patch 8.2.2307: a shell command in the vimrc causes terminal output

Problem:    A shell command in the vimrc causes terminal output.
Solution:   Do not call starttermcap() after a shell command if the termcap
            wasn't active before.
src/ex_cmds.c
src/version.c