aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vvars.lua
diff options
context:
space:
mode:
authorTill Bungert <tillbungert@gmail.com>2025-02-13 15:24:01 +0100
committerGitHub <noreply@github.com>2025-02-13 08:24:01 -0600
commit93480f7fbaa5b4e5418d95dd35005daa6142dbb9 (patch)
treec9e5660e83172c13dca7f00b2669581d9d7811b5 /src/nvim/vvars.lua
parente4c6e732fd042e879f1f2b6bbef169e5dfbbde8a (diff)
downloadrneovim-93480f7fbaa5b4e5418d95dd35005daa6142dbb9.tar.gz
rneovim-93480f7fbaa5b4e5418d95dd35005daa6142dbb9.tar.bz2
rneovim-93480f7fbaa5b4e5418d95dd35005daa6142dbb9.zip
feat(term): trigger TermRequest for APC (#32407)
Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'src/nvim/vvars.lua')
-rw-r--r--src/nvim/vvars.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/vvars.lua b/src/nvim/vvars.lua
index 056e281c0b..55f979364f 100644
--- a/src/nvim/vvars.lua
+++ b/src/nvim/vvars.lua
@@ -799,7 +799,7 @@ M.vars = {
termrequest = {
type = 'string',
desc = [=[
- The value of the most recent OSC or DCS control sequence
+ The value of the most recent OSC, DCS or APC control sequence
sent from a process running in the embedded |terminal|.
This can be read in a |TermRequest| event handler to respond
to queries from embedded applications.