diff options
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 7267b486..0947258b 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -11,7 +11,7 @@ local M = {} -- Typically, language-specific modules populate the 'compile_command', -- 'run_command', and 'error_detail' tables for a particular language's file -- extension. -module('_m.textadept.run', package.seeall)]] +module('_m.textadept.run')]] -- Markdown: -- ## Run Events |