comparison src/version.c @ 6675:24e0b6dd52e1 v7.4.662

updated for version 7.4.662 Problem: When 'M' is in the 'cpo' option then selecting a text object in parenthesis does not work correctly. Solution: Keep 'M' in 'cpo' when finding a match. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Mar 2015 15:03:00 +0100
parents 21719d38d2ff
children 77172f5bac73
comparison
equal deleted inserted replaced
6674:72f4e9a8a05e 6675:24e0b6dd52e1
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 662,
744 /**/ 746 /**/
745 661, 747 661,
746 /**/ 748 /**/
747 660, 749 660,
748 /**/ 750 /**/