Hirohito Higashi wrote: > 2016-11-15(Tue) 6:58:08 UTC+9 Bram Moolenaar: > > Hirohito Higashi wrote: > > > > > Hi Bram and list, > > > > > > How to reproduce: > > > - Start vanilla Vim with two buffers. > > > $ vim -Nu NONE -o a b > > > - buffer 'a' to modified. > > > :set modofied > > > - exec :hide command with trail comment > > > :hide " command > > > > > > Expected behavior: > > > - :hide command succeed. > > > > > > Actual behavior: > > > - Occurred 'E474: Invalid argument' > > > > > > > > > I wrote a patch. Of course contains a test. > > > Check it please. > > > > Can you add a test that does something like this: > > > > :hide echo "one|two" > > > > To check that the bar is not recognized to separate commands? > > Right, I added a test case. > Check an attached patch. > > NOTE: > This issue was reported by Norio Takagi.
Thanks, I'll include it. -- How To Keep A Healthy Level Of Insanity: 9. As often as possible, skip rather than walk. /// 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.
