1
0
forked from aniani/vim

updated for version 7.4.641

Problem:    The tabline menu was using ":999tabnew" which is now invalid.
Solution:   Use ":$tabnew" instead. (Florian Degner)
This commit is contained in:
Bram Moolenaar
2015-02-27 15:03:58 +01:00
parent c3bbad085c
commit dfd7691bb8
2 changed files with 18 additions and 6 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
641,
/**/
640,
/**/