> Yesterday I sent out patch 8.1.1321 which adds listener_add(). > This makes it possible to find out about text changes and possibly > update text properties or anything else.
Hi Bram - this is fantastic, thanks. I look forward to giving this a try with https://github.com/myitcv/govim and gopls. > Another thing is that the line numbers in the changes are valid for when the change is made. Understood. One relatively easy way to handle this is to handle the changes in reverse, i.e. by iterating through the list backwards. But I think this requires that the changes themselves be non-overlapping. >From glancing at the documentation in >https://github.com/vim/vim/commit/a334772967de25764ed7b11d768e8b977818d0c6 it >appears that's the case, but I did just want to check. Please can you confirm? Thanks -- -- 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/832f2689-51ec-49d2-8f50-df8407417e6d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
