summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-06-27 13:04:00 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-27 13:04:00 +0200
commit4cd5c52d64a66ad1984d33462a40e0c6721ca232 (patch)
tree6030ab9a9e9971692340d7f71189c245d2b90924 /src/version.c
parent054794c20f6322bbd9482c4124041dc0a140c78e (diff)
patch 8.2.3062: internal error when adding several text propertiesv8.2.3062
Problem: Internal error when adding several text properties. Solution: Do not handle text properties when deleting a line for splitting a data block. (closes #8466)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index f4f5df33b9..e311104f58 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3062,
+/**/
3061,
/**/
3060,