Skip to content

Commit 1232399

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,7 @@ impl Executor {
14211421
})
14221422
}
14231423

1424+
<<<<<<< HEAD
14241425
<<<<<<< HEAD
14251426
<<<<<<< HEAD
14261427
=======
@@ -1430,6 +1431,9 @@ impl Executor {
14301431
=======
14311432
>>>>>>> ce80cb2 (git)
14321433
>>>>>>> 74bbfe3 (git)
1434+
=======
1435+
=======
1436+
>>>>>>> 1843023 (git)
14331437
"index" => {
14341438
let findhint = self.pop_stack().get_string();
14351439
let findtarget = self.pop_stack().get_list();
@@ -1452,6 +1456,7 @@ impl Executor {
14521456
self.clearscreen();
14531457
}
14541458

1459+
<<<<<<< HEAD
14551460
<<<<<<< HEAD
14561461
<<<<<<< HEAD
14571462
>>>>>>> 887510b (git)
@@ -1466,6 +1471,9 @@ impl Executor {
14661471
>>>>>>> 887510b (git)
14671472
>>>>>>> ce80cb2 (git)
14681473
>>>>>>> 74bbfe3 (git)
1474+
=======
1475+
>>>>>>> 887510b (git)
1476+
>>>>>>> 1843023 (git)
14691477
// If it is not recognized as a command, use it as a string.
14701478
_ => self.stack.push(Type::String(command)),
14711479
}

0 commit comments

Comments
 (0)