Don't zero the indent width in the repl on a line ending with backslash

This commit is contained in:
K. Lange 2021-01-14 14:29:14 +09:00
parent a08b76adb5
commit a9b25d26ee

View File

@ -553,7 +553,6 @@ _finishArgs:
continue;
} else if (lineLength > 1 && lines[i][lineLength-2] == '\\') {
inBlock = 1;
blockWidth = 0;
continue;
} else if (inBlock && lineLength != 1) {
if (isSpaces) {