diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2023-11-30 20:35:57 +0000 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2023-11-30 20:35:57 +0000 |
commit | 54446b98a1425f780221c52c5bdb8aad1e78246a (patch) | |
tree | 2f9f5b80267ac84e01456dcea40c69712825d2f5 /src/nvim/auevents.lua | |
parent | 412c6b971fcd5dadf370161dd2e0cd981c348eb8 (diff) | |
parent | 1b7b916b7631ddf73c38e3a0070d64e4636cb2f3 (diff) | |
download | rneovim-20231130_mix.tar.gz rneovim-20231130_mix.tar.bz2 rneovim-20231130_mix.zip |
Merge branch 'aucmd_textputpost' into 20231130_mix20231130_mix
Diffstat (limited to 'src/nvim/auevents.lua')
-rw-r--r-- | src/nvim/auevents.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/auevents.lua b/src/nvim/auevents.lua index 696df7c534..e50ca76d0e 100644 --- a/src/nvim/auevents.lua +++ b/src/nvim/auevents.lua @@ -115,6 +115,7 @@ return { 'TextChangedP', -- text was modified in Insert mode(popup) 'TextChangedT', -- text was modified in Terminal mode 'TextYankPost', -- after a yank or delete was done (y, d, c) + 'TextPutPost', -- after a put was done (p, P) 'UIEnter', -- after UI attaches 'UILeave', -- after UI detaches 'User', -- user defined autocommand |