comparison src/version.c @ 6041:761687c6808f v7.4.360

updated for version 7.4.360 Problem: In a regexp pattern a "$" followed by \v or \V is not seen as the end-of-line. Solution: Handle the situation. (Ozaki Kiichi)
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Jul 2014 19:32:34 +0200
parents 182c7b987283
children a97e5b9dbc26
comparison
equal deleted inserted replaced
6040:988aae9b13b3 6041:761687c6808f
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 360,
737 /**/ 739 /**/
738 359, 740 359,
739 /**/ 741 /**/
740 358, 742 358,
741 /**/ 743 /**/