On So, 21 Sep 2025, Christ van Willegen wrote:
>
> VIM REFERENCE MANUAL by Bram Moolenaar
> @@ -41736,6 +41736,8 @@ Functions: ~
> - |matchfuzzy()| and |matchfuzzypos()| use an improved fuzzy matching
> algorithm (same as fzy).
> - |sha256()| also accepts a |Blob| as argument.
> +- |listener_add()| allows to register un-buffered listeners, so that chagnes
> + are handled as soon as they happen.
>
> * chagnes->changes
>
>
>
>
> /*
> @@ -475,6 +637,12 @@ changed_common(
> changed();
>
> #ifdef FEAT_EVAL
> + // Immediately send this change to any listeners that require changes no to
> + // be buffered.
> + invoke_sync_listeners(curbuf, lnum, col, lnume, xtra);
>
> * not to be buffered
Thanks, fixed it.
Thanks,
Christian
--
For a young man, not yet: for an old man, never at all.
-- Diogenes, asked when a man should marry
When should a man marry? A young man, not yet; an elder man, not at all.
-- Sir Francis Bacon, "Of Marriage and Single Life"
--
--
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 visit
https://groups.google.com/d/msgid/vim_dev/aNGv7tGlld7QYjvO%40256bit.org.