comparison src/version.c @ 5728:bb402c49379d v7.4.209

updated for version 7.4.209 Problem: When repeating a filter command "%" and "#" are expanded. Solution: Escape the command when storing for redo. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 19 Mar 2014 17:41:23 +0100
parents 9b5541e276aa
children 420fd9cb86d5
comparison
equal deleted inserted replaced
5727:0c6baa50f3ce 5728:bb402c49379d
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 209,
741 /**/ 743 /**/
742 208, 744 208,
743 /**/ 745 /**/
744 207, 746 207,
745 /**/ 747 /**/