patch 8.2.1690: text properties not adjusted for "I" in Visual block mode
Problem: Text properties not adjusted for "I" in Visual block mode.
Solution: Call inserted_bytes().
diff --git a/src/change.c b/src/change.c
index 3a823b6..44c2f04 100644
--- a/src/change.c
+++ b/src/change.c
@@ -693,7 +693,7 @@
* Like changed_bytes() but also adjust text properties for "added" bytes.
* When "added" is negative text was deleted.
*/
- static void
+ void
inserted_bytes(linenr_T lnum, colnr_T col, int added UNUSED)
{
#ifdef FEAT_PROP_POPUP