comparison src/version.c @ 6712:c939d19bd86e v7.4.680

updated for version 7.4.680 Problem: CTRL-W in Insert mode does not work well for multi-byte characters. Solution: Use mb_get_class(). (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 24 Mar 2015 17:49:51 +0100
parents 43a07fa78155
children dc96dd80aef8
comparison
equal deleted inserted replaced
6711:746596b122c8 6712:c939d19bd86e
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 680,
744 /**/ 746 /**/
745 679, 747 679,
746 /**/ 748 /**/
747 678, 749 678,
748 /**/ 750 /**/