commit | ca70c07b72c24aae3d141e67d08f50361f051af5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 30 20:30:46 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 30 20:30:46 2020 +0200 |
tree | 98b26c267d6924c2a7464e08dc9fcacdd94d771f | |
parent | d6cd5ffade84a1054fed23079133af3b837033bf [diff] [blame] |
patch 8.2.0853: ml_delete() often called with FALSE argument Problem: ml_delete() often called with FALSE argument. Solution: Use ml_delete_flags(x, ML_DEL_MESSAGE) when argument is TRUE.
diff --git a/src/version.c b/src/version.c index f60d1a4..3bd012b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 853, +/**/ 852, /**/ 851,