Patch treats lua functions like file loading for purposes of undo, preventing undo actions being recorded with sc.sc in particular.
Since lc.setnum etc. do not record undo actions this does not seem to be a great loss.
Uses the roman->loading flag : you may think this is a bit of a hack!
See #897
Patch treats lua functions like file loading for purposes of undo, preventing undo actions being recorded with
sc.sc
in particular. Sincelc.setnum
etc. do not record undo actions this does not seem to be a great loss. Uses the roman->loading flag : you may think this is a bit of a hack!