aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
diff options
context:
space:
mode:
authorPhạm Bình An <111893501+brianhuster@users.noreply.github.com>2025-02-20 01:09:09 +0700
committerGitHub <noreply@github.com>2025-02-19 10:09:09 -0800
commita422f3393e93ae19d679520f43f38bd1c53ddf06 (patch)
treebb3fe1aa110c3cfe1aabcce89b95524ea8326c8b /runtime/doc/lua.txt
parentf3ce67549c946815e64845f27f6f46f1aaeb5ec6 (diff)
downloadrneovim-a422f3393e93ae19d679520f43f38bd1c53ddf06.tar.gz
rneovim-a422f3393e93ae19d679520f43f38bd1c53ddf06.tar.bz2
rneovim-a422f3393e93ae19d679520f43f38bd1c53ddf06.zip
docs: Lua "bit" library #32492
Problem: lua-bit is built-in, but there is no doc Solution: Upstream doc from https://bitop.luajit.org/
Diffstat (limited to 'runtime/doc/lua.txt')
-rw-r--r--runtime/doc/lua.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
index 0eca3286d0..ef2125841d 100644
--- a/runtime/doc/lua.txt
+++ b/runtime/doc/lua.txt
@@ -46,10 +46,9 @@ before using them: >lua
-- code for plain lua 5.1
end
<
- *lua-bit*
One exception is the LuaJIT `bit` extension, which is always available: when
built with PUC Lua, Nvim includes a fallback implementation which provides
-`require("bit")`.
+`require("bit")`. See |lua-bit|.
*lua-profile*
If Nvim is built with LuaJIT, Lua code can be profiled via >lua