mirror of
https://github.com/neovim/neovim.git
synced 2026-03-06 00:57:15 +00:00
Problem:
Creating an autocommand which executes `:bwipe` on the Syntax event
causes a heap-use-after-free.
Solution: set BF_SYN_SET flag before applying autocommands
(cherry picked from commit f36dd7557a)