Skip to content

Commit d9cf2ae

Browse files
authored
Merge pull request #241 from yungen-lu/fix-toggleterm
Fix missing local variable `M` in toggleterm.lua
2 parents 48af865 + fed39ea commit d9cf2ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/asyncrun/toggleterm.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
local terminal = require("toggleterm.terminal").Terminal
22
local config = require("toggleterm.config")
3+
local M = {}
34

45
function M.reset()
56
if M._asyncrun_term ~= nil then

0 commit comments

Comments
 (0)