Hi, On Fri, Jul 26, 2019 at 1:19 AM StarryLeo <[email protected]> wrote: > > The same issue as above, because I use the following autocmds to toggle the > relativenumber option: > > set number relativenumber > autocmd InsertEnter * setlocal norelativenumber > autocmd InsertLeave * setlocal relativenumber > > This looks like the version of the last two months has this problem. >
To address screen redraw problems when 'signcolumn' is set, when the 'number' or 'relativenumber' options are set or cleared, the screen is completely refreshed. This logic was introduced in patch 8.1.1587. This logic needs to be optimized to take into account the case where the number column is already displayed but only the 'relativenumber' option is toggled. - Yegappan -- -- 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/CAAW7x7n3X72jbtKieO_rPQyATpiwp46K0Omr6m4cfhKCcrc%3DKw%40mail.gmail.com.
