diff --git a/src/main.c b/src/main.c index 7bff3ba3..ef2745e5 100644 --- a/src/main.c +++ b/src/main.c @@ -407,9 +407,6 @@ static bool isCmd(char* s, char** e, const char* cmd) { stopBackslash(); return REPLXX_ACTION_RESULT_CONTINUE; } - TmpState s = getState(); - s.pos = IA(s.s); - setState(s); return replxx_invoke(global_replxx, REPLXX_ACTION_COMMIT_LINE, 0); } static NOINLINE bool slice_equal(B a, usz as, B b, usz bs, usz l) {