comparison src/version.c @ 19617:5ce724c60c4c v8.2.0365

patch 8.2.0365: tag kind can't be a multi-byte character Commit: https://github.com/vim/vim/commit/283e5f4e69b204e0eafd408548e69b7ca9b4871b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 9 08:17:52 2020 +0100 patch 8.2.0365: tag kind can't be a multi-byte character Problem: Tag kind can't be a multi-byte character. (Marcin Szamotulski) Solution: Recognize multi-byte character. (closes https://github.com/vim/vim/issues/5724)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Mar 2020 08:30:04 +0100
parents 2aaef1547255
children 1eb83d461033
comparison
equal deleted inserted replaced
19616:2b785ea6d1f4 19617:5ce724c60c4c
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 365,
741 /**/ 743 /**/
742 364, 744 364,
743 /**/ 745 /**/
744 363, 746 363,
745 /**/ 747 /**/