Marius Gedminas wrote:
> On Mon, Apr 10, 2017 at 09:47:02PM +0200, Bram Moolenaar wrote:
> >
> > Patch 8.0.0560
> > Problem: :windo allows for ! but it's not supported.
> > Solution: Disallow passing !. (Hirohito Higashi)
> > Files: src/ex_cmds.h
>
> This looks like a different patch than the above description implies:
>
> > diff --git a/src/tag.c b/src/tag.c
> > index e2795b8..d6d1df2 100644
> > --- a/src/tag.c
> > +++ b/src/tag.c
Weird, how did that get there? This should be the right patch:
*** ../vim-8.0.0559/src/ex_cmds.h 2017-04-11 12:38:37.415500103 +0200
--- src/ex_cmds.h 2017-04-11 12:36:49.860183241 +0200
***************
*** 1623,1629 ****
NEEDARG|WORD1|RANGE|NOTADR,
ADDR_WINDOWS),
EX(CMD_windo, "windo", ex_listdo,
! BANG|NEEDARG|EXTRA|NOTRLCOM|RANGE|NOTADR|DFLALL,
ADDR_WINDOWS),
EX(CMD_winpos, "winpos", ex_winpos,
EXTRA|TRLBAR|CMDWIN,
--- 1623,1629 ----
NEEDARG|WORD1|RANGE|NOTADR,
ADDR_WINDOWS),
EX(CMD_windo, "windo", ex_listdo,
! NEEDARG|EXTRA|NOTRLCOM|RANGE|NOTADR|DFLALL,
ADDR_WINDOWS),
EX(CMD_winpos, "winpos", ex_winpos,
EXTRA|TRLBAR|CMDWIN,
*** ../vim-8.0.0559/src/version.c 2017-04-11 12:37:52.987782292 +0200
--- src/version.c 2017-04-11 12:38:05.287704168 +0200
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 560,
/**/
--
You were lucky. We lived for three months in a brown paper bag in a
septic tank. We used to have to get up at six o'clock in the morning,
clean the bag, eat a crust of stale bread, go to work down mill for
fourteen hours a day week in-week out. When we got home, our Dad
would thrash us to sleep with his belt!
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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.