On Friday, 16 March 2018 13:06:16 UTC, Christian Brabandt wrote: > I would rather have a possibility to interact with signs using VimScript > API directly. I have posted a patch once here: > https://groups.google.com/d/msg/vim_dev/k_NktnNMCk8/yPGvY-E_S2MJ > > It's still available: > https://github.com/chrisbra/vim-mq-patches/blob/master/sign_functions > > However it needs to be reworked to remove the old K&R C code and all the > changes to the Vim source (e.g. renaming parts of eval.c to evalfunc.c) > etc. > > One we have a nice Vimscript API for the signs, we could easily add > functions to remove/replace sign functions (and skip redraws until all > ids have been processed).
I like the patch, especially `get_sign()`, but I don't see how it would help remove signs faster or delay redraws until all ids have been processed. Yours, Andrew -- -- 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.
