X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/9acfce4f09b842a0706d40e7f87084d3d597531b..126239bf9360dc2c08c6a206c1eadd0f1d636cdd:/input.c diff --git a/input.c b/input.c index a616ac9..493449c 100644 --- a/input.c +++ b/input.c @@ -426,6 +426,7 @@ token get_token(input *in) { c == '#' || c == '{' || c == '}' || c == '.') { /* single-char command */ rdadd(&rs, c); + prevpos = rsc.pos; } else if (c == 'u') { int len = 0; do {