comparison src/version.c @ 6243:54194bd6ed60 v7.4.456

updated for version 7.4.456 Problem: 'backupcopy' is global, cannot write only some files in a different way. Solution: Make 'backupcopy' global-local. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 23 Sep 2014 15:45:08 +0200
parents ebc72764fa1e
children 96761b6789f6
comparison
equal deleted inserted replaced
6242:edb2f4f3547d 6243:54194bd6ed60
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 456,
744 /**/ 746 /**/
745 455, 747 455,
746 /**/ 748 /**/
747 454, 749 454,
748 /**/ 750 /**/