File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1386,7 +1386,11 @@ impl Executor {
1386
1386
<<<<<<< HEAD
1387
1387
=======
1388
1388
=======
1389
+ <<<<<<< HEAD
1389
1390
>>>>>>> ce3cc7e ( git )
1391
+ =======
1392
+ >>>>>>> ce80cb2 ( git )
1393
+ >>>>>>> 74 bbfe3 ( git )
1390
1394
"index" => {
1391
1395
let findhint = self . pop_stack( ) . get_string( ) ;
1392
1396
let findtarget = self . pop_stack( ) . get_list( ) ;
@@ -1409,12 +1413,20 @@ impl Executor {
1409
1413
self . clearscreen( ) ;
1410
1414
}
1411
1415
1416
+ <<<<<<< HEAD
1412
1417
<<<<<<< HEAD
1413
1418
>>>>>>> 887510 b ( git )
1414
1419
=======
1415
1420
=======
1416
1421
>>>>>>> 1 d34bfe ( Refactoring )
1417
1422
>>>>>>> ce3cc7e ( git )
1423
+ =======
1424
+ =======
1425
+ >>>>>>> 1 d34bfe ( Refactoring )
1426
+ =======
1427
+ >>>>>>> 887510 b ( git)
1428
+ >>>>>>> ce80cb2 ( git)
1429
+ >>>>>>> 74 bbfe3 ( git)
1418
1430
// If it is not recognized as a command, use it as a string.
1419
1431
_ => self . stack. push( Type :: String ( command ) ) ,
1420
1432
}
You can’t perform that action at this time.
0 commit comments