summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-12-13 23:16:36 +0100
committerBram Moolenaar <Bram@vim.org>2018-12-13 23:16:36 +0100
commitca79a5fc3b383dcfc8ed2077688ea69dafadc6e7 (patch)
tree661c4f8f001c6d53ebd2648dc54de4d978aea713 /src/version.c
parent2fa7fad831a860b627b5d6980aae0eeebfda0b3b (diff)
downloadvim-git-ca79a5fc3b383dcfc8ed2077688ea69dafadc6e7.tar.gz
patch 8.1.0581: double free without the text properties featurev8.1.0581
Problem: Double free without the text properties feature. Solution: Reset the dirty flag.
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 9f097afa4..9a44976f0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 581,
+/**/
580,
/**/
579,