On Mo, 04 Jan 2016, Jay Thomas wrote: > As a user, I want to be able to use line wrap with character > concealing. > > I'm running into a visual bug when using a plugin that does automatic > character concealing. When I enable line wrap, vim will wrap the line > as if characters were not concealed. So if the line breaks at column > 50 and my line is 60 characters then I should wrap the last 10 > characters onto a new line. However, if my line is concealed to 25 > characters then I should not do any line wrapping on that line. > > This issue is much better explained in screenshots. Here's a github > issue with my problem laid out in screenshots: > > https://github.com/calebsmith/vim-lambdify/issues/11#issuecomment-168695257 > > As a workaround, perhaps plugins can implement their own line-wrapping > solution but this is not ideal.
This is not very likely to happen. You can read the reasoning here: https://github.com/vim/vim/issues/260 Note, that issue is even tagged wontfix. Best, Christian -- Kritik an der Kirche trifft immer ins Schwarze. -- Manfred Bosch -- -- 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.
