mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 05:40:08 +00:00
Problem: No way to hook into put commands
(yochem)
Solution: Introduce TextPutPre and TextPutPost autocommands
(Foxe Chen).
fixes: vim/vim#18701
closes: vim/vim#20144
e0781bd5bf
Co-authored-by: Foxe Chen <chen.foxe@gmail.com>