diff options
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r-- | runtime/lua/vim/_meta/vvars.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/vvars.lua b/runtime/lua/vim/_meta/vvars.lua index c1b8695bbf..d7a80911c6 100644 --- a/runtime/lua/vim/_meta/vvars.lua +++ b/runtime/lua/vim/_meta/vvars.lua @@ -700,7 +700,7 @@ vim.v.t_number = ... --- @type integer vim.v.t_string = ... ---- 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. |