aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2018-04-25 22:52:33 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2018-04-25 22:52:33 -0400
commit5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39 (patch)
treea66ddc4caf4b8a9509330433571d586a6843fe27 /core/.buffer.luadoc
parent795f72c6d49c0566517a43808ce7aaf405220f31 (diff)
downloadtextadept-5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39.tar.gz
textadept-5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39.zip
Removed LuaJIT version of Textadept.
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index f1b42a11..7207181b 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -507,8 +507,8 @@
-- default).
-- Bit-masks are 32-bit values whose bits correspond to the 32 available
-- markers.
--- The default values are `0`, `bit32.bnot(buffer.MASK_FOLDERS)`, `0`, `0`,
--- and `0`, for a line margin and logical marker margin.
+-- The default values are `0`, `~buffer.MASK_FOLDERS`, `0`, `0`, and `0`, for
+-- a line margin and logical marker margin.
-- @field margin_options (number)
-- A bit-mask of margin option settings.
--