Skip to content

Commit e7096c2

Browse files
Fix lint for now by removing the private tag
1 parent 8bfd296 commit e7096c2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lua/ergoterm/instance.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ end
379379
---Handles buffer enter events for the terminal
380380
---
381381
---Restores the appropriate terminal mode and sets the last focused terminal.
382-
---@private
383382
function Terminal:on_buf_enter()
384383
return on_buf_enter(self)
385384
end
@@ -388,7 +387,6 @@ end
388387
---
389388
---Saves the current mode if persist_mode is enabled, and automatically closes
390389
---floating terminals.
391-
---@private
392390
function Terminal:on_win_leave()
393391
return on_win_leave(self)
394392
end

0 commit comments

Comments
 (0)