aboutsummaryrefslogtreecommitdiff
path: root/modules/lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lua')
-rw-r--r--modules/lua/commands.lua1
-rw-r--r--modules/lua/lua.luadoc4
-rw-r--r--modules/lua/tags8
3 files changed, 11 insertions, 2 deletions
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua
index b2423a51..da7bd6aa 100644
--- a/modules/lua/commands.lua
+++ b/modules/lua/commands.lua
@@ -69,7 +69,6 @@ end
-- Determines the Lua file being 'require'd, searches through package.path for
-- that file, and opens it in Textadept.
function goto_required()
- local buffer = buffer
local line = buffer:get_cur_line()
local patterns = { 'require%s*(%b())', 'require%s*(([\'"])[^%2]+%2)' }
local file
diff --git a/modules/lua/lua.luadoc b/modules/lua/lua.luadoc
index 3d5b5d1e..715d4a3f 100644
--- a/modules/lua/lua.luadoc
+++ b/modules/lua/lua.luadoc
@@ -801,6 +801,10 @@ function io.popen(prog [, mode]) end
-- Equivalent to `io.input():read`.
function io.read(ยทยทยท) end
+-- * `io.stderr`: Standard error.
+-- * `io.stdin`: Standard in.
+-- * `io.stdout`: Standard out.
+
---
-- Returns a handle for a temporary file. This file is opened in update
-- mode and it is automatically removed when the program ends.
diff --git a/modules/lua/tags b/modules/lua/tags
index 20b80e59..087822ad 100644
--- a/modules/lua/tags
+++ b/modules/lua/tags
@@ -160,6 +160,8 @@ completions _ 0;" t class:_m.textadept.adeptsense
ctags_kinds _ 0;" t class:_m.textadept.adeptsense
locations _ 0;" t class:_m.textadept.adeptsense
syntax _ 0;" t class:_m.textadept.adeptsense
+FUNCTIONS _ 0;" F class:_m.textadept.adeptsense
+FIELDS _ 0;" F class:_m.textadept.adeptsense
_m.textadept.bookmarks _ 0;" m
bookmarks _ 0;" t class:_m.textadept
add _ 0;" f class:_m.textadept.bookmarks
@@ -621,6 +623,7 @@ line_state _ 0;" F class:buffer
line_visible _ 0;" F class:buffer
lines_on_screen _ 0;" F class:buffer
main_selection _ 0;" F class:buffer
+margin_cursor_n _ 0;" F class:buffer
margin_left _ 0;" F class:buffer
margin_mask_n _ 0;" F class:buffer
margin_right _ 0;" F class:buffer
@@ -773,6 +776,9 @@ write _ 0;" f class:io
boms _ 0;" t class:io
recent_files _ 0;" t class:io
try_encodings _ 0;" t class:io
+stderr _ 0;" F class:io
+stdin _ 0;" F class:io
+stdout _ 0;" F class:io
keys _ 0;" m
keys _ 0;" t class:_G
keys _ 0;" t
@@ -1029,4 +1035,4 @@ concat _ 0;" f class:table
insert _ 0;" f class:table
maxn _ 0;" f class:table
remove _ 0;" f class:table
-sort _ 0;" f class:table \ No newline at end of file
+sort _ 0;" f class:table