On Mo, 16 Dez 2019, Zdenek Dohnal wrote:
> Hi, > > Vim no longer joins multiple lines the same way as it did when empty line > is present: > > Previous behavior: > > 1) File: > a > b > c > > d > e > f > > 2) :%j > > Actual result: > > a b cd e f > > Previous result: > > a b c d e f > > Version 8.2, patchlevel 12, ran with -u NONE -U NONE -N -i NONE . > > Is it expected or a bug? It looks like this comes from 8.1.22930 and might be expected. However for your specific case, this might be unintended. Best, Christian -- Hier geht nicht's, aber das mit System. -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20191216124323.GF9787%40256bit.org.
