patch 9.0.0708: :confirm does not work properly for a terminal buffer v9.0.0708
authorYee Cheng Chin <ychin.git@gmail.com>
Sun, 9 Oct 2022 17:53:32 +0000 (18:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Oct 2022 17:53:32 +0000 (18:53 +0100)
commit15b314ffbb93f934b72cb71aa8f881caea026256
treecffce54dd07078c4d6407e7e06a2823f945e6ef6
parent118c235112854f34182d968613d7fe98be3b290b
patch 9.0.0708: :confirm does not work properly for a terminal buffer

Problem:    :confirm does not work properly for a terminal buffer.
Solution:   Handle :confirm for a terminal buffer differently.  (Yee Cheng
            Chin, closes #11312)
runtime/menu.vim
src/buffer.c
src/ex_cmds2.c
src/ex_docmd.c
src/proto/terminal.pro
src/terminal.c
src/testdir/test_terminal.vim
src/version.c