mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
Add TextYankPost and TextDeletePost autocmds
Reviewed by @watiko
Ported from de53ab72c8
This commit is contained in:

committed by
Björn Linse

parent
9c4b34be28
commit
f2ae5a9cc0
@@ -83,6 +83,8 @@ return {
|
||||
'TermResponse', -- after setting "v:termresponse"
|
||||
'TextChanged', -- text was modified
|
||||
'TextChangedI', -- text was modified in Insert mode
|
||||
'TextDeletePost', -- after a delete command was done (dd, dw, D)
|
||||
'TextYankPost', -- after a yank command was done (yy, yw, Y)
|
||||
'User', -- user defined autocommand
|
||||
'VimEnter', -- after starting Vim
|
||||
'VimLeave', -- before exiting Vim
|
||||
|
Reference in New Issue
Block a user