commit | fc06cbbf8601a453b4a62a17558821add09f863f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 14:14:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 15 14:14:31 2019 +0200 |
tree | 3116cc36b44089112791a9678ff32e0b51b7c056 | |
parent | 1755ec4278ee6dccdbb8030fd5a4cf6054211f81 [diff] [blame] |
patch 8.1.1537: using "tab" for popup window can be confusing Problem: Using "tab" for popup window can be confusing. Solution: Use "tabpage". (Hirohito Higashi, closes #4532)
diff --git a/src/version.c b/src/version.c index f379701..f36b986 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1537, +/**/ 1536, /**/ 1535,