comparison src/version.c @ 6288:fcb898dea2bc v7.4.478

updated for version 7.4.478 Problem: Using byte length instead of character length for 'showbreak'. Solution: Compute the character length. (Marco Hinz)
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Oct 2014 21:26:40 +0200
parents f21a2f67bdbb
children e0f2ed0efb49
comparison
equal deleted inserted replaced
6287:7f7353f0c7ac 6288:fcb898dea2bc
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 478,
744 /**/ 746 /**/
745 477, 747 477,
746 /**/ 748 /**/
747 476, 749 476,
748 /**/ 750 /**/