We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef75ce commit e9543e2Copy full SHA for e9543e2
init.lua
@@ -206,7 +206,7 @@ function M.open(new)
206
end
207
208
-- Add REPL to Tools menu.
209
-table.insert(textadept.menu.menubar[_L['Tools']], {''})
210
-table.insert(textadept.menu.menubar[_L['Tools']], {_L['Lua REPL'], M.open})
+table.insert(textadept.menu.menubar['Tools'], {''})
+table.insert(textadept.menu.menubar['Tools'], {_L['Lua REPL'], M.open})
211
212
return M
0 commit comments