0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.3.582

Problem:    Missing parts of the test OK file.
Solution:   Add the missing parts.
This commit is contained in:
Bram Moolenaar 2012-06-29 23:57:54 +02:00
parent cc3e85f169
commit 49346f4155
2 changed files with 14 additions and 0 deletions

View File

@ -34,6 +34,14 @@ a b
}
{
1 a
b
# 1 a
# b
}
{
# 1 a
# b
@ -48,3 +56,7 @@ a b
{ 1aa ^^2bb }
# 1 xxxxx
# foobar

View File

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