comparison src/version.c @ 6671:476a12a96bb1 v7.4.660

updated for version 7.4.660 Problem: Using freed memory when g:colors_name is changed in the colors script. (oni-link) Solution: Make a copy of the variable value.
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Mar 2015 12:53:37 +0100
parents 5a12a6861367
children 21719d38d2ff
comparison
equal deleted inserted replaced
6670:48aaf49a6947 6671:476a12a96bb1
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 660,
744 /**/ 746 /**/
745 659, 747 659,
746 /**/ 748 /**/
747 658, 749 658,
748 /**/ 750 /**/