commit | 7098ee5c37e35494ed36f3ad2d1c305341a41a45 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 19:14:24 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 19:14:24 2015 +0200 |
tree | dbe2fa1707f573493798d74dbe03020306fbf4da | |
parent | bc56336bb4501884257352446abb60713cef6452 [diff] [blame] |
patch 7.4.731 Problem: The tab menu shows "Close tab" even when it doesn't work. Solution: Don't show "Close tab" for the last tab. (John Marriott)
diff --git a/src/version.c b/src/version.c index 6b8b15e..680e551 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 731, +/**/ 730, /**/ 729,