Re: vimdiff + wrap line alignment

2019-03-17 Thread Bram Moolenaar


> If I set wrap on for vimdiff (in all windows) and there is a wrapped
> line in one window long enough to wrap at least once more than the
> other window, the lines in the windows are no longer in alignment.
> For example, it would seem the "" line in one window to match the
> other's new line is only as long as the window width and not as long
> as the other window's new line ??
> Anyone have any suggestion for keeping file lines aligned with wrap on
> in vimdiff ?

This is not supported.

Implementing this would require quite a few changes to the code,
implementing filler lines to keep the windows in sync.  It's also not
going to look good.

-- 
"Thou shalt not follow the Null Pointer, for at its end Chaos and
Madness lie."

 /// Bram Moolenaar -- b...@moolenaar.net -- 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_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


vimdiff + wrap line alignment

2019-03-16 Thread M Kelly
Hi,

If I set wrap on for vimdiff (in all windows) and there is a wrapped line in 
one window long enough to wrap at least once more than the other window, the 
lines in the windows are no longer in alignment.  For example, it would seem 
the "" line in one window to match the other's new line is only as long as 
the window width and not as long as the other window's new line ??
Anyone have any suggestion for keeping file lines aligned with wrap on in 
vimdiff ?

thx as always for everything vim.
-m

-- 
-- 
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.