1
0
forked from aniani/vim

updated for version 7.0200

This commit is contained in:
Bram Moolenaar
2006-02-17 21:53:23 +00:00
parent 49d7bf13e0
commit 997fb4ba69
17 changed files with 620 additions and 306 deletions

View File

@@ -2232,7 +2232,7 @@ ex_listdo(eap)
if (!win_valid(win))
break;
win_goto(win);
win = win->w_next;
win = curwin->w_next;
}
#endif
else if (eap->cmdidx == CMD_bufdo)