comparison src/version.c @ 24381:7b84cf514dd8 v8.2.2731

patch 8.2.2731: Mac: SF symbols are not displayed properly Commit: https://github.com/vim/vim/commit/8dddc1f0e2e9eeb29fc59477b515bcd6bb1243ec Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 7 19:00:25 2021 +0200 patch 8.2.2731: Mac: SF symbols are not displayed properly Problem: Mac: SF symbols are not displayed properly. Solution: Add custom range to list of double-width characters. (Yee Cheng Chin, closes #8077)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Apr 2021 19:15:03 +0200
parents 8d5e4b50c2e1
children ea2b697ddea8
comparison
equal deleted inserted replaced
24380:bfe16ffe8ebf 24381:7b84cf514dd8
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2731,
753 /**/ 755 /**/
754 2730, 756 2730,
755 /**/ 757 /**/
756 2729, 758 2729,
757 /**/ 759 /**/