1
0
forked from aniani/vim

updated for version 7.3.508

Problem:    Default for v:register is not set.
Solution:   Init v:register in eval_init(). Correct for 'clipboard' before the
            main loop. (Ingo Karkat)
This commit is contained in:
Bram Moolenaar
2012-04-25 18:24:29 +02:00
parent 8218f60b61
commit b429cdeb6e
3 changed files with 16 additions and 1 deletions

View File

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