deleted a ';': pasting didn't work properly
This commit is contained in:
parent
d074e81201
commit
8f06d2d963
@ -574,7 +574,7 @@ macro2buffer(repl, idf, args)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (repl->r_ptr >= repl->r_text
|
if (repl->r_ptr >= repl->r_text
|
||||||
&& *repl->r_ptr == TOKSEP);
|
&& *repl->r_ptr == TOKSEP)
|
||||||
--repl->r_ptr;
|
--repl->r_ptr;
|
||||||
|
|
||||||
++repl->r_ptr;
|
++repl->r_ptr;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user