forked from aniani/vim
updated for version 7.0200
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user