]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0470: No way to hook into put commands v9.2.0470
authorFoxe Chen <chen.foxe@gmail.com>
Sun, 10 May 2026 19:12:22 +0000 (19:12 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 10 May 2026 19:17:19 +0000 (19:17 +0000)
commite0781bd5bfd1acc2c4d5d01ec60fecafc99ee3e2
treea47ab8dccbf980c90834cb9790c802071b3a7f53
parente3d9929109dadef35624ea7a68a6dbf0ca013f46
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:  #18701
closes: #20144

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
12 files changed:
runtime/doc/autocmd.txt
runtime/doc/tags
runtime/doc/version9.txt
runtime/syntax/vim.vim
src/autocmd.c
src/getchar.c
src/globals.h
src/proto/autocmd.pro
src/register.c
src/testdir/test_autocmd.vim
src/version.c
src/vim.h