commit | ccfb7c6758510e0fe5f390149ea14aee6ff4f55e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Aug 16 21:39:09 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 16 21:39:09 2021 +0200 |
tree | bc6984780b38233a25aff66d15d9af2798999bb0 | |
parent | 434df7a401c92d4084bb0a01ffd6d1737ae0193b [diff] [blame] |
patch 8.2.3356: adding many text properties requires a lot of function calls Problem: Adding many text properties requires a lot of function calls. Solution: Add the prop_add_list() function. (Yegappan Lakshmanan, closes #8751)
diff --git a/src/version.c b/src/version.c index 7f1f496..97a58e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3356, +/**/ 3355, /**/ 3354,