File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8016,12 +8016,11 @@ vim_regcomp(expr_arg, re_flags)
80168016 }
80178017#endif
80188018 /*
8019- * If NFA engine failed, then revert to the backtracking engine.
8020- * Except when there was a syntax error, which was properly handled by
8021- * NFA engine.
8022- */
8019+ * If the NFA engine failed, the backtracking engine won't work either.
8020+ *
80238021 if (regexp_engine == AUTOMATIC_ENGINE)
80248022 prog = bt_regengine.regcomp(expr, re_flags);
8023+ */
80258024 }
80268025
80278026 return prog ;
Original file line number Diff line number Diff line change @@ -738,6 +738,8 @@ static char *(features[]) =
738738
739739static int included_patches [] =
740740{ /* Add new patch number below this line */
741+ /**/
742+ 29 ,
741743/**/
742744 28 ,
743745/**/
You can’t perform that action at this time.
0 commit comments