vim-patch:9.2.0470: No way to hook into put commands

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>
This commit is contained in:
zeertzjq
2026-05-11 19:30:29 +08:00
parent de67f93aea
commit 871b4b1642
8 changed files with 324 additions and 14 deletions

View File

@@ -207,6 +207,8 @@ error('Cannot require a meta file')
--- |'TextChangedI'
--- |'TextChangedP'
--- |'TextChangedT'
--- |'TextPutPost'
--- |'TextPutPre'
--- |'TextYankPost'
--- |'UIEnter'
--- |'UILeave'