When using utf-8, the condition to check if the separator char was modified in screen_line will always evaluate to true if the char is > 0x80. This is because the type of ScreenLines is unsigned char, so larger values will only pass the first byte. The attached patch fixes the problem.
-- -- 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.
vsep-redraw-fix.patch
Description: Binary data
