comparison src/version.c @ 5810:0b9a66ea49f4 v7.4.249

updated for version 7.4.249 Problem: Using setreg() with a list of numbers does not work. Solution: Use a separate buffer for numbers. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Sat, 05 Apr 2014 21:28:56 +0200
parents e5f1f2ea0b4a
children a8f3f4589628
comparison
equal deleted inserted replaced
5809:ddc6a8829b86 5810:0b9a66ea49f4
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 249,
737 /**/ 739 /**/
738 248, 740 248,
739 /**/ 741 /**/
740 247, 742 247,
741 /**/ 743 /**/