aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-07-06 04:05:13 -0700
committerGitHub <noreply@github.com>2023-07-06 04:05:13 -0700
commit06c4edf46bf65ec6b540de355cf1a691533f1df9 (patch)
tree99140c8bdbbcf5eded0072fc6418ac41579f84dd /runtime/doc/lua.txt
parent4e34ca8ae71d7dfac5c93ffe8e4e8d00f915c593 (diff)
parentf39ca5df232cb6e70b1932b7444840acf42cf87b (diff)
downloadrneovim-06c4edf46bf65ec6b540de355cf1a691533f1df9.tar.gz
rneovim-06c4edf46bf65ec6b540de355cf1a691533f1df9.tar.bz2
rneovim-06c4edf46bf65ec6b540de355cf1a691533f1df9.zip
Merge #21677 fix(defaults): visual star (*,#) is fragile
Diffstat (limited to 'runtime/doc/lua.txt')
-rw-r--r--runtime/doc/lua.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
index 77a89a123d..ca4adbce9c 100644
--- a/runtime/doc/lua.txt
+++ b/runtime/doc/lua.txt
@@ -1408,7 +1408,7 @@ deprecate({name}, {alternative}, {version}, {plugin}, {backtrace})
• {backtrace} boolean|nil Prints backtrace. Defaults to true.
Return: ~
- Deprecated message, or nil if no message was shown.
+ (string|nil) # Deprecated message, or nil if no message was shown.
inspect({object}, {options}) *vim.inspect()*
Gets a human-readable representation of the given object.