Nazri Ramliy wrote: > I'm attaching the files (a and b) that produces this bug on my system > with the terminal height set to 15 lines: > > $ echo $LINES > 15 > $ vimdiff -u NONE -c 'set diffopt-=filler' -c $ a b > See that the lines drawn in both windows are out of sync - they > aren't drawn in the same rows. > ":windo set nu" will make the problem more apparent.
The filler lines are needed to keep the windows in sync. If you disable filler lines they cannot always be in sync. Not a bug. -- Futility Factor: No experiment is ever a complete failure - it can always serve as a negative example. /// 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.
