mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 09:01:45 +00:00
Problem: BufModifiedSet autocmd only triggered for current buffer during redraw, causing delayed events when :wa writes non-current buffers. Solution: - Use the aucmd_defer approach to implement `Optionset modified`. - Drop BufModifiedSet.