comparison src/version.c @ 8993:2085167ab1b0 v7.4.1782

commit https://github.com/vim/vim/commit/fca66003053f8c0da5161d1fe4b75b3a389934b5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 23 15:30:09 2016 +0200 patch 7.4.1782 Problem: strcharpart() does not work properly with some multi-byte characters. Solution: Use mb_cptr2len() instead of mb_char2len(). (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Apr 2016 15:45:04 +0200
parents 42e85487c0f9
children 3cf6704d6efc
comparison
equal deleted inserted replaced
8992:d4e6dccc4840 8993:2085167ab1b0
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1782,
756 /**/ 758 /**/
757 1781, 759 1781,
758 /**/ 760 /**/
759 1780, 761 1780,
760 /**/ 762 /**/