comparison src/version.c @ 11337:f0fbebf19b80 v8.0.0554

patch 8.0.0554: toupper and tolower don't work properly for Turkish commit https://github.com/vim/vim/commit/1cc482069a3407132aeb43a55d6dc284153e79c7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 9 13:41:59 2017 +0200 patch 8.0.0554: toupper and tolower don't work properly for Turkish Problem: Toupper and tolower don't work properly for Turkish when 'casemap' contains "keepascii". (Bjorn Linse) Solution: When 'casemap' contains "keepascii" use ASCII toupper/tolower.
author Christian Brabandt <cb@256bit.org>
date Sun, 09 Apr 2017 13:45:03 +0200
parents bc8e3fd275be
children 2c655db9e0f6
comparison
equal deleted inserted replaced
11336:ac6a09f23e1b 11337:f0fbebf19b80
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 554,
767 /**/ 769 /**/
768 553, 770 553,
769 /**/ 771 /**/
770 552, 772 552,
771 /**/ 773 /**/