]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.2.0787: regexp: code 0x1ecb duplicated for equivalence class v9.2.0787
authorChristian Brabandt <cb@256bit.org>
Sat, 18 Jul 2026 03:53:47 +0000 (03:53 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 18 Jul 2026 03:53:47 +0000 (03:53 +0000)
Problem:  regexp: code 0x1ecb duplicated for equivalence class
          (Sami Farin)
Solution: Remove it

fixes:  #8029#issuecomment-4998990223
closes: #20782

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/regexp_nfa.c
src/version.c

index 4bd588b4e4a702566693e2a97158976849a3e18c..d52ea4034d2d0ee868baf44d96e904611da79ef5 100644 (file)
@@ -1105,7 +1105,7 @@ nfa_emit_equi_class(int c)
                    EMIT2(0x12f) EMIT2(0x1d0) EMIT2(0x209)
                    EMIT2(0x20b) EMIT2(0x268) EMIT2(0x1d96)
                    EMIT2(0x1e2d) EMIT2(0x1e2f) EMIT2(0x1ec9)
-                   EMIT2(0x1ecb) EMIT2(0x1ecb)
+                   EMIT2(0x1ecb)
                    return OK;
 
            case 'j': case 0x135: case 0x1f0: case 0x249:
index 597a4f71b4d0e0824a0d2e4f18c55d9be88248d6..f13a89b81105551b8a7273a8c55d0933788abed2 100644 (file)
@@ -759,6 +759,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    787,
 /**/
     786,
 /**/