[7.2.445] Crash when using undo/redo and a FileChangedRO autocmd event that
commit4441b94a76aea705a589151e30cec4e6228f2ec9
authorBram Moolenaar <Bram@moolenaar.net>
Wed, 7 Jul 2010 18:18:27 +0000 (7 18:18 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Wed, 7 Jul 2010 18:18:27 +0000 (7 18:18 +0000)
tree46fef6bc0f94c26dd4f0470900bed4f9c7000b3d
parentdfab3bd39e88d46db5fe81b4f321db0136fca484
[7.2.445] Crash when using undo/redo and a FileChangedRO autocmd event that

Problem:    Crash when using undo/redo and a FileChangedRO autocmd event that
            reloads the buffer. (Dominique Pelle)

Solution:   Do not allow autocommands while performing and undo or redo.

Patch 7.2.445
src/misc1.c
src/undo.c
src/version.c