Patch 8.2.2637
Problem: prop_remove() causes a redraw even when nothing changed.
Solution: Only redraw if a property was removed. (Dominique Pellé)
Files: src/textprop.c
*** ../vim-8.2.2636/src/textprop.c 2020-12-23 14:35:56.963016983 +0100
--- src/textprop.c 2021-03-21 22:29:11.866680798 +0100
***************
*** 920,926 ****
}
}
}
! redraw_buf_later(buf, NOT_VALID);
}
/*
--- 920,927 ----
}
}
}
! if (rettv->vval.v_number > 0)
! redraw_buf_later(buf, NOT_VALID);
}
/*
*** ../vim-8.2.2636/src/version.c 2021-03-21 22:12:31.448826619 +0100
--- src/version.c 2021-03-21 22:29:28.650614667 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2637,
/**/
--
hundred-and-one symptoms of being an internet addict:
10. And even your night dreams are in HTML.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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/202103212131.12LLVlf62163342%40masaka.moolenaar.net.