comparison src/version.c @ 6045:7fa2bed947fd v7.4.362

updated for version 7.4.362 Problem: When matchaddpos() uses a length smaller than the number of bytes in the (last) character the highlight continues until the end of the line. Solution: Change condition from equal to larger-or-equal.
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Jul 2014 20:20:43 +0200
parents a97e5b9dbc26
children ff3816167b73
comparison
equal deleted inserted replaced
6044:b43ce6bb5d79 6045:7fa2bed947fd
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 362,
737 /**/ 739 /**/
738 361, 740 361,
739 /**/ 741 /**/
740 360, 742 360,
741 /**/ 743 /**/