commit | b2c8750c4e95f64a8dff912af81e13318b3f6ed6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 14 21:15:58 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 14 21:15:58 2017 +0200 |
tree | 55be4c79f21f17a5f97ecad64efefa47c808b41c | |
parent | ac8069bb63c5954c787fe93b7a9265de3c0c6853 [diff] [blame] |
patch 8.0.1193: crash when wiping out a buffer after using getbufinfo() Problem: Crash when wiping out a buffer after using getbufinfo(). (Yegappan Lakshmanan) Solution: Remove b:changedtick from the buffer variables.
diff --git a/src/version.c b/src/version.c index d16baeb..fa4d4e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1193, +/**/ 1192, /**/ 1191,