1
0
forked from aniani/vim

patch 9.1.1294: gui tabline menu does not use confirm when closing tabs

Problem:  gui tabline menu does not use confirm when closing tabs
Solution: use ":confirm tabclose" explicitly (JMcKiern)

closes: #17093

Signed-off-by: JMcKiern <jmckiern@tcd.ie>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
JMcKiern
2025-04-12 11:51:00 +02:00
committed by Christian Brabandt
parent ab2fe65fbf
commit bc27b6e34f
2 changed files with 4 additions and 2 deletions

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1294,
/**/
1293,
/**/