mirror of
https://github.com/neovim/neovim.git
synced 2026-08-30 02:51:48 +00:00
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:
2
runtime/lua/vim/_meta/api_keysets.gen.lua
generated
2
runtime/lua/vim/_meta/api_keysets.gen.lua
generated
@@ -207,6 +207,8 @@ error('Cannot require a meta file')
|
||||
--- |'TextChangedI'
|
||||
--- |'TextChangedP'
|
||||
--- |'TextChangedT'
|
||||
--- |'TextPutPost'
|
||||
--- |'TextPutPre'
|
||||
--- |'TextYankPost'
|
||||
--- |'UIEnter'
|
||||
--- |'UILeave'
|
||||
|
||||
Reference in New Issue
Block a user