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

Christ van Willegen

-- 
-- 
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/CA%2BOt1Oy2_T-FgKxbZK_5eGpDuGRyiwfk0dKtMyE4sVcMD3XH%3DA%40mail.gmail.com.

Raspunde prin e-mail lui