Skip to content

Commit 9d78b02

Browse files
committed
git
modified: src/main.rs
1 parent fc1a0e4 commit 9d78b02

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,11 @@ impl Executor {
14251425
<<<<<<< HEAD
14261426
=======
14271427
=======
1428+
<<<<<<< HEAD
14281429
>>>>>>> ce3cc7e (git)
1430+
=======
1431+
>>>>>>> ce80cb2 (git)
1432+
>>>>>>> 74bbfe3 (git)
14291433
"index" => {
14301434
let findhint = self.pop_stack().get_string();
14311435
let findtarget = self.pop_stack().get_list();
@@ -1448,12 +1452,20 @@ impl Executor {
14481452
self.clearscreen();
14491453
}
14501454

1455+
<<<<<<< HEAD
14511456
<<<<<<< HEAD
14521457
>>>>>>> 887510b (git)
14531458
=======
14541459
=======
14551460
>>>>>>> 1d34bfe (Refactoring)
14561461
>>>>>>> ce3cc7e (git)
1462+
=======
1463+
=======
1464+
>>>>>>> 1d34bfe (Refactoring)
1465+
=======
1466+
>>>>>>> 887510b (git)
1467+
>>>>>>> ce80cb2 (git)
1468+
>>>>>>> 74bbfe3 (git)
14571469
// If it is not recognized as a command, use it as a string.
14581470
_ => self.stack.push(Type::String(command)),
14591471
}

0 commit comments

Comments
 (0)