commit | 39902a06d92750c203d86c921b9d69995f949d97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 21 22:10:08 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 21 22:10:08 2018 +0200 |
tree | fef29483db38ec4e74493cf71283ec851eb34e86 | |
parent | 32aaf5ae07af1d5befaf997688fde5d6637d43f8 [diff] [blame] |
patch 8.1.0095: dialog for ":browse tabnew" says "new window" Problem: Dialog for ":browse tabnew" says "new window". Solution: Use "new tab page". (closes #3053)
diff --git a/src/version.c b/src/version.c index 109c4b7..4bd054c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 95, +/**/ 94, /**/ 93,