diff options
Diffstat (limited to 'src/nvim/regexp.c')
| -rw-r--r-- | src/nvim/regexp.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/nvim/regexp.c b/src/nvim/regexp.c index 4724a07895..e2c4b590d0 100644 --- a/src/nvim/regexp.c +++ b/src/nvim/regexp.c @@ -961,10 +961,10 @@ static void reg_equi_class(int c)        REGMBC(0x107) REGMBC(0x109) REGMBC(0x10b)        REGMBC(0x10d)        return; -    case 'd': CASEMBC(0x10f) CASEMBC(0x111) CASEMBC(0x1d0b) -      CASEMBC(0x1e11) +    case 'd': CASEMBC(0x10f) CASEMBC(0x111) CASEMBC(0x1e0b) +      CASEMBC(0x1e0f) CASEMBC(0x1e11)        regmbc('d'); REGMBC(0x10f) REGMBC(0x111) -      REGMBC(0x1e0b) REGMBC(0x01e0f) REGMBC(0x1e11) +      REGMBC(0x1e0b) REGMBC(0x1e0f) REGMBC(0x1e11)        return;      case 'e': case '\350': case '\351': case '\352': case '\353':        CASEMBC(0x113) CASEMBC(0x115) CASEMBC(0x117) CASEMBC(0x119) | 
