Skip to content

Commit e1b0d54

Browse files
committed
git
modified: src/main.rs
1 parent cdb5350 commit e1b0d54

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
@@ -1386,7 +1386,11 @@ impl Executor {
13861386
<<<<<<< HEAD
13871387
=======
13881388
=======
1389+
<<<<<<< HEAD
13891390
>>>>>>> ce3cc7e (git)
1391+
=======
1392+
>>>>>>> ce80cb2 (git)
1393+
>>>>>>> 74bbfe3 (git)
13901394
"index" => {
13911395
let findhint = self.pop_stack().get_string();
13921396
let findtarget = self.pop_stack().get_list();
@@ -1409,12 +1413,20 @@ impl Executor {
14091413
self.clearscreen();
14101414
}
14111415

1416+
<<<<<<< HEAD
14121417
<<<<<<< HEAD
14131418
>>>>>>> 887510b (git)
14141419
=======
14151420
=======
14161421
>>>>>>> 1d34bfe (Refactoring)
14171422
>>>>>>> ce3cc7e (git)
1423+
=======
1424+
=======
1425+
>>>>>>> 1d34bfe (Refactoring)
1426+
=======
1427+
>>>>>>> 887510b (git)
1428+
>>>>>>> ce80cb2 (git)
1429+
>>>>>>> 74bbfe3 (git)
14181430
// If it is not recognized as a command, use it as a string.
14191431
_ => self.stack.push(Type::String(command)),
14201432
}

0 commit comments

Comments
 (0)