comparison src/version.c @ 6005:539ce56d8f35 v7.4.343

updated for version 7.4.343 Problem: matchdelete() does not always update the right lines. Solution: Fix off-by-one error. (Ozaki Kiichi)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jun 2014 17:58:11 +0200
parents 8dcc6f142460
children ce284c205558
comparison
equal deleted inserted replaced
6004:cd0a16ae747d 6005:539ce56d8f35
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 343,
737 /**/ 739 /**/
738 342, 740 342,
739 /**/ 741 /**/
740 341, 742 341,
741 /**/ 743 /**/