Skip to content

Commit 74bbfe3

Browse files
committed
git
1 parent 416f9ec commit 74bbfe3

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
@@ -1379,6 +1379,10 @@ impl Executor {
13791379
}
13801380

13811381
<<<<<<< HEAD
1382+
<<<<<<< HEAD
1383+
=======
1384+
=======
1385+
>>>>>>> ce80cb2 (git)
13821386
"index" => {
13831387
let findhint = self.pop_stack().get_string();
13841388
let findtarget = self.pop_stack().get_list();
@@ -1401,8 +1405,12 @@ impl Executor {
14011405
self.clearscreen();
14021406
}
14031407

1408+
<<<<<<< HEAD
14041409
=======
14051410
>>>>>>> 1d34bfe (Refactoring)
1411+
=======
1412+
>>>>>>> 887510b (git)
1413+
>>>>>>> ce80cb2 (git)
14061414
// If it is not recognized as a command, use it as a string.
14071415
_ => self.stack.push(Type::String(command)),
14081416
}

0 commit comments

Comments
 (0)