comparison src/version.c @ 6314:df92c2b2a179 v7.4.490

updated for version 7.4.490 Problem: Cannot specify the buffer to use for "do" and "dp", making them useless for three-way diff. Solution: Use the count as the buffer number. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Fri, 31 Oct 2014 13:54:25 +0100
parents 31c78e590806
children 5f54e1995751
comparison
equal deleted inserted replaced
6313:8b928b7530d4 6314:df92c2b2a179
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 490,
744 /**/ 746 /**/
745 489, 747 489,
746 /**/ 748 /**/
747 488, 749 488,
748 /**/ 750 /**/