comparison src/vim.h @ 34132:8f94a72dfbed v9.1.0029

patch 9.1.0029: Cannot act on various terminal response codes Commit: https://github.com/vim/vim/commit/d7d560374b836e62e180914b6e85f0eb20557a54 Author: Danek Duvall <duvall@comfychair.org> Date: Sun Jan 14 20:19:59 2024 +0100 patch 9.1.0029: Cannot act on various terminal response codes Problem: Cannot act on various terminal response codes Solution: Add the TerminalResponseAll autocommand (Danek Duvall) closes: #13829 Signed-off-by: Danek Duvall <duvall@comfychair.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Jan 2024 20:30:04 +0100
parents a197265a2e07
children f2d904d44ebd
comparison
equal deleted inserted replaced
34131:34602eacaa8c 34132:8f94a72dfbed
1420 EVENT_TERMCHANGED, // after changing 'term' 1420 EVENT_TERMCHANGED, // after changing 'term'
1421 EVENT_TERMINALOPEN, // after a terminal buffer was created 1421 EVENT_TERMINALOPEN, // after a terminal buffer was created
1422 EVENT_TERMINALWINOPEN, // after a terminal buffer was created and 1422 EVENT_TERMINALWINOPEN, // after a terminal buffer was created and
1423 // entering its window 1423 // entering its window
1424 EVENT_TERMRESPONSE, // after setting "v:termresponse" 1424 EVENT_TERMRESPONSE, // after setting "v:termresponse"
1425 EVENT_TERMRESPONSEALL, // after setting terminal response vars
1425 EVENT_TEXTCHANGED, // text was modified not in Insert mode 1426 EVENT_TEXTCHANGED, // text was modified not in Insert mode
1426 EVENT_TEXTCHANGEDI, // text was modified in Insert mode 1427 EVENT_TEXTCHANGEDI, // text was modified in Insert mode
1427 EVENT_TEXTCHANGEDP, // TextChangedI with popup menu visible 1428 EVENT_TEXTCHANGEDP, // TextChangedI with popup menu visible
1428 EVENT_TEXTCHANGEDT, // text was modified in Terminal mode 1429 EVENT_TEXTCHANGEDT, // text was modified in Terminal mode
1429 EVENT_TEXTYANKPOST, // after some text was yanked 1430 EVENT_TEXTYANKPOST, // after some text was yanked