File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5714,8 +5714,7 @@ file_pat_to_reg_pat(
57145714 )
57155715 * allow_dirs = TRUE;
57165716 reg_pat [i ++ ] = '\\' ;
5717- if (enc_dbcs != 0 && (* mb_ptr2len )(p ) > 1 )
5718- reg_pat [i ++ ] = * p ++ ;
5717+ reg_pat [i ++ ] = * p ;
57195718 }
57205719 break ;
57215720#ifdef BACKSLASH_IN_FILENAME
Original file line number Diff line number Diff line change @@ -222,11 +222,11 @@ func Test_crash1_3()
222222 call term_sendkeys (buf , args )
223223 call TermWait (buf , 150 )
224224
225- let file = ' crash/heap_overflow_glob2regpat'
226- let cmn_args = " %s -u NONE -i NONE -n -X -m -n -e -s -S %s -c ':qa!'"
227- let args = printf (cmn_args, vim , file )
228- call term_sendkeys (buf , args )
229- call TermWait (buf , 50 )
225+ " let file = 'crash/heap_overflow_glob2regpat'
226+ " let cmn_args = "%s -u NONE -i NONE -n -X -m -n -e -s -S %s -c ':qa!'"
227+ " let args = printf(cmn_args, vim, file)
228+ " call term_sendkeys(buf, args)
229+ " call TermWait(buf, 50)
230230
231231 let file = ' crash/nullptr_regexp_nfa'
232232 let cmn_args = " %s -u NONE -i NONE -n -X -m -n -e -s -S %s -c ':qa!'"
Original file line number Diff line number Diff line change @@ -704,6 +704,8 @@ static char *(features[]) =
704704
705705static int included_patches [] =
706706{ /* Add new patch number below this line */
707+ /**/
708+ 702 ,
707709/**/
708710 701 ,
709711/**/
You can’t perform that action at this time.
0 commit comments