diff options
author | 2013-10-09 00:23:46 -0400 | |
---|---|---|
committer | 2013-10-09 00:23:46 -0400 | |
commit | 098be412f70bb6722c6751b70f939f08f70e196d (patch) | |
tree | 15e8a7961b38d85cb3c1966ad929b21fbf7cccfd /modules/textadept/run.lua | |
parent | c9094906de1a7a306c8fdc27a2dc13c65ac40cf8 (diff) | |
download | textadept-098be412f70bb6722c6751b70f939f08f70e196d.tar.gz textadept-098be412f70bb6722c6751b70f939f08f70e196d.zip |
More LuaDoc updates.
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r-- | modules/textadept/run.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index d6f9f421..32823c47 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -187,7 +187,7 @@ M.error_patterns = {--[[ANTLR]]'^error%(%d+%): (.-):(%d+):%d+: (.+)$','^warning% -- Returns whether or not the given buffer is a message buffer. local function is_msg_buf(buf) return buf._type == _L['[Message Buffer]'] end --- --- Goes to the source of the recognized compile/run warning or error on line +-- Jumps to the source of the recognized compile/run warning or error on line -- number *line* in the message buffer or the next or previous recognized -- warning or error depending on boolean *next*. -- Displays an annotation with the warning or error message, if available. |