File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1421,6 +1421,7 @@ impl Executor {
1421
1421
} )
1422
1422
}
1423
1423
1424
+ <<<<<<< HEAD
1424
1425
<<<<<<< HEAD
1425
1426
<<<<<<< HEAD
1426
1427
=======
@@ -1430,6 +1431,9 @@ impl Executor {
1430
1431
=======
1431
1432
>>>>>>> ce80cb2 ( git )
1432
1433
>>>>>>> 74 bbfe3 ( git )
1434
+ =======
1435
+ =======
1436
+ >>>>>>> 1843023 ( git)
1433
1437
"index" => {
1434
1438
let findhint = self . pop_stack ( ) . get_string ( ) ;
1435
1439
let findtarget = self . pop_stack ( ) . get_list ( ) ;
@@ -1452,6 +1456,7 @@ impl Executor {
1452
1456
self . clearscreen ( ) ;
1453
1457
}
1454
1458
1459
+ <<<<<<< HEAD
1455
1460
<<<<<<< HEAD
1456
1461
<<<<<<< HEAD
1457
1462
>>>>>>> 887510 b ( git )
@@ -1466,6 +1471,9 @@ impl Executor {
1466
1471
>>>>>>> 887510 b ( git)
1467
1472
>>>>>>> ce80cb2 ( git)
1468
1473
>>>>>>> 74 bbfe3 ( git)
1474
+ =======
1475
+ >>>>>>> 887510 b ( git)
1476
+ >>>>>>> 1843023 ( git)
1469
1477
// If it is not recognized as a command, use it as a string.
1470
1478
_ => self . stack. push( Type :: String ( command ) ) ,
1471
1479
}
You can’t perform that action at this time.
0 commit comments