You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/gitlab/actions/discussions/init.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ end
109
109
110
110
---Opens the discussion tree, sets the keybindings. It also
111
111
---creates the tree for notes (which are not linked to specific lines of code)
112
-
---@paramcallbackfunction?
112
+
---@paramcallback?function
113
113
---@paramview_type"discussions"|"notes" Defines the view type to select (useful for overriding the default view type when jumping to discussion tree when it's closed).
114
114
M.open=function(callback, view_type)
115
115
localoriginal_window=vim.api.nvim_get_current_win() -- The window from which ther user called M.open
0 commit comments