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 @@ -1425,7 +1425,11 @@ impl Executor {
1425
1425
<<<<<<< HEAD
1426
1426
=======
1427
1427
=======
1428
+ <<<<<<< HEAD
1428
1429
>>>>>>> ce3cc7e ( git )
1430
+ =======
1431
+ >>>>>>> ce80cb2 ( git )
1432
+ >>>>>>> 74 bbfe3 ( git )
1429
1433
"index" => {
1430
1434
let findhint = self . pop_stack( ) . get_string( ) ;
1431
1435
let findtarget = self . pop_stack( ) . get_list( ) ;
@@ -1448,12 +1452,20 @@ impl Executor {
1448
1452
self . clearscreen( ) ;
1449
1453
}
1450
1454
1455
+ <<<<<<< HEAD
1451
1456
<<<<<<< HEAD
1452
1457
>>>>>>> 887510 b ( git )
1453
1458
=======
1454
1459
=======
1455
1460
>>>>>>> 1 d34bfe ( Refactoring )
1456
1461
>>>>>>> ce3cc7e ( git )
1462
+ =======
1463
+ =======
1464
+ >>>>>>> 1 d34bfe ( Refactoring )
1465
+ =======
1466
+ >>>>>>> 887510 b ( git)
1467
+ >>>>>>> ce80cb2 ( git)
1468
+ >>>>>>> 74 bbfe3 ( git)
1457
1469
// If it is not recognized as a command, use it as a string.
1458
1470
_ => self . stack. push( Type :: String ( command ) ) ,
1459
1471
}
You can’t perform that action at this time.
0 commit comments