Hi, On Mon, Jan 14, 2019 at 11:02 AM Dominique Pellé <[email protected]> wrote: > > Searching a bit, I found Valloric/YouCompleteMe#3279 > which describes regression #1 (sign not removed) introduced by vim-8.614. > From the description there, it appears that was not a vim bug after all, but > a wrong assumption in the vim plugin. >
Thanks for reporting tracing the fix. The YCM plugin can start using the new sign functions to get the list of placed signs instead of parsing the command output to be more predictable in the future. It will be useful to get feedback on the new sign functions and functionalities from plugins like this which use signs heavily. Regards, Yegappan > > However, regression #2 in my previous comment (screen not properly redrawn > when removing sign) should definitely be a bug in Vim introduced by > Vim-8.1.709. > -- -- 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.
