commit | dfd7691bb85b345bd86cf30945a66acf7c782920 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 27 15:03:58 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 27 15:03:58 2015 +0100 |
tree | 2f1061e419b9b4f36ca957bed9284c3700e01b1a | |
parent | c3bbad085c3ec304b111dc95aed97fea4c38a177 [diff] [blame] |
updated for version 7.4.641 Problem: The tabline menu was using ":999tabnew" which is now invalid. Solution: Use ":$tabnew" instead. (Florian Degner)
diff --git a/src/version.c b/src/version.c index 3365c80..34c6959 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 641, +/**/ 640, /**/ 639,