comparison src/regexp.c @ 6914:94b179585851 v7.4.776

patch 7.4.776 Problem: Equivalence class for 'd' does not work correctly. Solution: Fix 0x1e0f and 0x1d0b. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Fri, 10 Jul 2015 19:16:34 +0200
parents 70fdcdaf96a6
children 286fd54c7ae3
comparison
equal deleted inserted replaced
6913:5f9aae6928bc 6914:94b179585851
1009 CASEMBC(0x107) CASEMBC(0x109) CASEMBC(0x10b) CASEMBC(0x10d) 1009 CASEMBC(0x107) CASEMBC(0x109) CASEMBC(0x10b) CASEMBC(0x10d)
1010 regmbc('c'); regmbc(0xe7); 1010 regmbc('c'); regmbc(0xe7);
1011 REGMBC(0x107) REGMBC(0x109) REGMBC(0x10b) 1011 REGMBC(0x107) REGMBC(0x109) REGMBC(0x10b)
1012 REGMBC(0x10d) 1012 REGMBC(0x10d)
1013 return; 1013 return;
1014 case 'd': CASEMBC(0x10f) CASEMBC(0x111) CASEMBC(0x1d0b) 1014 case 'd': CASEMBC(0x10f) CASEMBC(0x111) CASEMBC(0x1e0b)
1015 CASEMBC(0x1e11) 1015 CASEMBC(0x1e0f) CASEMBC(0x1e11)
1016 regmbc('d'); REGMBC(0x10f) REGMBC(0x111) 1016 regmbc('d'); REGMBC(0x10f) REGMBC(0x111)
1017 REGMBC(0x1e0b) REGMBC(0x01e0f) REGMBC(0x1e11) 1017 REGMBC(0x1e0b) REGMBC(0x1e0f) REGMBC(0x1e11)
1018 return; 1018 return;
1019 case 'e': case 0xe8: case 0xe9: case 0xea: case 0xeb: 1019 case 'e': case 0xe8: case 0xe9: case 0xea: case 0xeb:
1020 CASEMBC(0x113) CASEMBC(0x115) CASEMBC(0x117) CASEMBC(0x119) 1020 CASEMBC(0x113) CASEMBC(0x115) CASEMBC(0x117) CASEMBC(0x119)
1021 CASEMBC(0x11b) CASEMBC(0x1ebb) CASEMBC(0x1ebd) 1021 CASEMBC(0x11b) CASEMBC(0x1ebb) CASEMBC(0x1ebd)
1022 regmbc('e'); regmbc(0xe8); regmbc(0xe9); 1022 regmbc('e'); regmbc(0xe8); regmbc(0xe9);