Hi Bram! On Di, 27 Jan 2015, Bram Moolenaar wrote:
> > Christian Brabandt wrote: > > > Bram, > > I have lately worked with very narrow windows¹, and I noticed some > > problems (and even crashes). > > > > 1) Setting the foldcolumn might actually fill the complete window. E.g. > > can set fdc=12 and make the current window exactly 12 chars wide. So > > one has a window, that does not draw any text. Patch > > check_fdc_width.diff fixes that > > 2) for very narrow window, nv_screengo might actually crash with a > > floating point exception. This is caused be width1 or width2 being > > zero. Additionally, it might happen, that a tab might span several > > screen lines and then using gk and gj do not work as expected. Patch > > screengo.diff fixes those two errors. > > This patch causes test 39 to fail. At least include the part, that checks for width1 and width2 being unequal to zero. Perhaps the other part is more or less a theoretical problem (and that caused the problem). Best, Christian -- Wie man sein Kind nicht nennen sollte: Johannis Brot -- -- 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.
