commit | c3ffc9b8d3015dc5280b297b4e3deb4f34944bd4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 17:32:58 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 17:32:58 2018 +0200 |
tree | 5d46d2da282bc01f04e501d94818f48f5f5b01cb | |
parent | 0e6e179f55b85b9e82e74d3f993928d52f0f4d43 [diff] [blame] |
patch 8.1.0066: nasty autocommand causes using freed memory Problem: Nasty autocommand causes using freed memory. (Dominique Pelle) Solution: Do not force executing autocommands if the value of 'syntax' or 'filetype' did not change.
diff --git a/src/version.c b/src/version.c index 192b6cd..d3c7316 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 66, +/**/ 65, /**/ 64,