]> granicus.if.org Git - vim/commit
patch 8.1.0066: nasty autocommand causes using freed memory v8.1.0066
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Jun 2018 15:32:58 +0000 (17:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Jun 2018 15:32:58 +0000 (17:32 +0200)
commitc3ffc9b8d3015dc5280b297b4e3deb4f34944bd4
tree5d46d2da282bc01f04e501d94818f48f5f5b01cb
parent0e6e179f55b85b9e82e74d3f993928d52f0f4d43
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.
src/option.c
src/version.c