commit | 295471920def98ce84bc96e5d97c16d250c81621 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 11 20:39:19 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 11 20:39:19 2018 +0100 |
tree | 7490f90afb9d639216c80a4942629a19510654ab | |
parent | 30700cd5ffa258f1d684ab6b34bd03e970450dba [diff] [blame] |
patch 8.1.0577: tabpage right-click menu never shows "Close tab" Problem: Tabpage right-click menu never shows "Close tab". Solution: Always create the "Close tab" item but ignore the event if there is only one tab.
diff --git a/src/version.c b/src/version.c index 29fdfb2..0600217 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 577, +/**/ 576, /**/ 575,