aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2024-06-12 19:31:15 -0500
committerGitHub <noreply@github.com>2024-06-12 19:31:15 -0500
commit6311a7fe4b416c23a336c1392a44cf3192ebde36 (patch)
treebcfb2a4d0f88ec56379f656831c8195ea3278d47 /runtime/doc
parent53afdf360cf195c02c22865f4e63b273d1ef152e (diff)
parent5493fcd52f2eaab4b6a81c366529e80ca3dec535 (diff)
downloadrneovim-6311a7fe4b416c23a336c1392a44cf3192ebde36.tar.gz
rneovim-6311a7fe4b416c23a336c1392a44cf3192ebde36.tar.bz2
rneovim-6311a7fe4b416c23a336c1392a44cf3192ebde36.zip
Merge pull request #29103 from gpanders/test-no-tgc
test: do not set termguicolors in test runner
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lua.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
index fe2abfe956..3bfd1d1885 100644
--- a/runtime/doc/lua.txt
+++ b/runtime/doc/lua.txt
@@ -4388,8 +4388,9 @@ vim.text.hexdecode({enc}) *vim.text.hexdecode()*
Parameters: ~
• {enc} (`string`) String to decode
- Return: ~
- (`string`) Decoded string
+ Return (multiple): ~
+ (`string?`) Decoded string
+ (`string?`) Error message, if any
vim.text.hexencode({str}) *vim.text.hexencode()*
Hex encode a string.