Hi Bram! On Fr, 08 Jul 2016, Bram Moolenaar wrote:
> > Christian Brabandt wrote: > > > On Fr, 08 Jul 2016, Bram Moolenaar wrote: > > > > > It's not just adding spaces, it's incrementing the column. Some > > > commands will get stuck trying to advance to a certain column. > > > This was a bug for :redir that got fixed at some point. > > > > I don't find a corresponding patch. Do you remember what command that > > was? We could add that to the tests then. > > That's a long time ago, when :redir had just been added. Perhaps this one: ,---- | commit b6054099aa4c3a909bfa0b7e8ce128ae2100e0c3 | Author: Bram Moolenaar <[email protected]> | Date: Wed Feb 18 16:38:59 2004 +0000 | | Patch 6.2.266 | Problem: When redirecting output and using ":silent", line breaks are | missing from output of ":map" and ":tselect". Alignment of | columns is wrong. | Solution: Insert a line break where "msg_didout" was tested. Update msg_col | when redirecting and using ":silent". | Files: src/getchar.c, src/message.c `---- There are a couple of other possible matches, but nothing that looks really obvious. Checked using https://bitbucket.org/vim-mirror/vim-ancient which is the converted git repository from the old vim CVS repository Best, Christian -- Jeder modisch Gekleidete hält sich für den Repräsentanten des Jahrhunderts oder Dezenniums. -- Jean Paul -- -- 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.
