Hi, On Sat, Jul 27, 2019 at 11:58 AM Max Sagebaum <[email protected]> wrote: > > Yes the patch works. I did the following: >
Thanks for validating the fix. I will create a PR. Regards, Yegappan > > git clone vim > cd vim/src > make > export VIMRUNTIME=/usr/share/vim/vim81 > ./vim option.c > <verified that I see the blinking/screen redraw> > patch -p2 < sign_refresh.diff > make > ./vim option.c > <verified that the blinking/screen redraw no longer happens> > > The patch did not apply on the master cleanly. The changes in the options I > had to do manually. Here is my diff: > sign_refresh_master.txt > -- -- 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/CAAW7x7mYwL7SvLff_6UDtyZzmTei%2BT1Go5%2BPYM4rV%2BtB-GbMgw%40mail.gmail.com.
