comparison src/version.c @ 5649:beb037a6c270 v7.4.171

updated for version 7.4.171 Problem: Redo does not set v:count and v:count1. Solution: Use a separate buffer for redo, so that we can set the counts when performing redo.
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Feb 2014 15:10:43 +0100
parents 8122eab8fcdb
children 391e10afccf6
comparison
equal deleted inserted replaced
5648:e2140f8c3b20 5649:beb037a6c270
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 171,
741 /**/ 743 /**/
742 170, 744 170,
743 /**/ 745 /**/
744 169, 746 169,
745 /**/ 747 /**/