summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta/api.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-07-11 08:33:29 -0400
committerJustin M. Keyes <justinkz@gmail.com>2025-07-28 22:00:25 -0400
commit56a4ef3c213d87bfba5f361376bd23eefdf6c6ec (patch)
treee300471cee1caaf3b86b4f38727ed95801b7c124 /runtime/lua/vim/_meta/api.lua
parentdc67ba948eec0a5628eff0b15ce87a7d27f58bb3 (diff)
docs: lsp, ui events, dev guidance, osc7
fix #34981
Diffstat (limited to 'runtime/lua/vim/_meta/api.lua')
-rw-r--r--runtime/lua/vim/_meta/api.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/lua/vim/_meta/api.lua b/runtime/lua/vim/_meta/api.lua
index 3177244e1a..26b51b7dbb 100644
--- a/runtime/lua/vim/_meta/api.lua
+++ b/runtime/lua/vim/_meta/api.lua
@@ -2045,6 +2045,10 @@ function vim.api.nvim_put(lines, type, after, follow) end
--- Replaces terminal codes and `keycodes` ([<CR>], [<Esc>], ...) in a string with
--- the internal representation.
---
+---
+--- Note:
+--- Lua can use |vim.keycode()| instead.
+---
--- @see replace_termcodes
--- @see cpoptions
--- @param str string String to be converted.