We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416f9ec commit 74bbfe3Copy full SHA for 74bbfe3
src/main.rs
@@ -1379,6 +1379,10 @@ impl Executor {
1379
}
1380
1381
<<<<<<< HEAD
1382
+<<<<<<< HEAD
1383
+=======
1384
1385
+>>>>>>> ce80cb2 (git)
1386
"index" => {
1387
let findhint = self.pop_stack().get_string();
1388
let findtarget = self.pop_stack().get_list();
@@ -1401,8 +1405,12 @@ impl Executor {
1401
1405
self.clearscreen();
1402
1406
1403
1407
1408
1404
1409
=======
1410
>>>>>>> 1d34bfe (Refactoring)
1411
1412
+>>>>>>> 887510b (git)
1413
1414
// If it is not recognized as a command, use it as a string.
1415
_ => self.stack.push(Type::String(command)),
1416
0 commit comments