Hi Bram and list, I Removed BANG(!) from :windo.
That's because the code and document do not match. BTW, :tabdo is consistent with code and document. (No BANG) Check an attached pacth. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 88dfbb9..531bd0e 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -1623,7 +1623,7 @@ EX(CMD_wincmd, "wincmd", ex_wincmd, NEEDARG|WORD1|RANGE|NOTADR, ADDR_WINDOWS), EX(CMD_windo, "windo", ex_listdo, - BANG|NEEDARG|EXTRA|NOTRLCOM|RANGE|NOTADR|DFLALL, + NEEDARG|EXTRA|NOTRLCOM|RANGE|NOTADR|DFLALL, ADDR_WINDOWS), EX(CMD_winpos, "winpos", ex_winpos, EXTRA|TRLBAR|CMDWIN,
