make sam jump to changes made by undo

This commit is contained in:
aiju 2012-08-01 23:14:39 +02:00
parent 9caf93faa8
commit c2304e9329

View file

@ -277,6 +277,7 @@ u_cmd(File *f, Cmd *cp)
else
while(n++ && undo(FALSE))
;
moveto(f, f->dot.r);
return TRUE;
}