comparison src/version.c @ 7235:e45271250496 v7.4.926

commit https://github.com/vim/vim/commit/4f8fa1633cdfbd09a41160c8480fe67c198067e9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 19 19:00:05 2015 +0100 patch 7.4.926 Problem: Completing the longest match doesn't work properly with multi-byte characters. Solution: When using multi-byte characters use another way to find the longest match. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Thu, 19 Nov 2015 19:15:04 +0100
parents 9487ea110214
children 2a95fa0a07b5
comparison
equal deleted inserted replaced
7234:7f588bdd1b03 7235:e45271250496
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 926,
744 /**/ 746 /**/
745 925, 747 925,
746 /**/ 748 /**/
747 924, 749 924,
748 /**/ 750 /**/