mirror of
https://github.com/neovim/neovim.git
synced 2026-07-12 20:30:35 +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