acme: let Edit redo when file is clean
R=, rsc CC= http://codereview.appspot.com/188042
This commit is contained in:
parent
ef27bfa4ab
commit
68a6e0c0d0
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ u_cmd(Text *t, Cmd *cp)
|
|||
flag = FALSE;
|
||||
}
|
||||
oseq = -1;
|
||||
while(n-->0 && t->file->seq!=0 && t->file->seq!=oseq){
|
||||
while(n-->0 && t->file->seq!=oseq){
|
||||
oseq = t->file->seq;
|
||||
undo(t, nil, nil, flag, 0, nil, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue