diff options
author | 2020-03-13 22:55:08 -0400 | |
---|---|---|
committer | 2020-03-13 22:55:08 -0400 | |
commit | 99543e53c694ed04a9713d3ed5cbc99d68ac0565 (patch) | |
tree | 1ca1a389aeaf34e07f4197a3034aa06eeb9bea17 /modules/textadept/run.lua | |
parent | d576494303f603a315f1edee5b8f91cd02a60d60 (diff) | |
download | textadept-99543e53c694ed04a9713d3ed5cbc99d68ac0565.tar.gz textadept-99543e53c694ed04a9713d3ed5cbc99d68ac0565.zip |
More code cleanup and refactoring.
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r-- | modules/textadept/run.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index cd7f7b51..2faf38bf 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -358,8 +358,7 @@ local function is_msg_buf(buf) return buf._type == _L['[Message Buffer]'] end -- @param line The line number in the message buffer that contains the -- compile/run warning or error to go to. -- @param next Optional flag indicating whether to go to the next recognized --- warning/error or the previous one. Only applicable when *line* is `nil` or --- `false`. +-- warning/error or the previous one. Only applicable when *line* is `nil`. -- @see error_patterns -- @name goto_error function M.goto_error(line, next) |