Skip to content

Commit

Permalink
chore(build): auto-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
folke authored and github-actions[bot] committed Oct 2, 2024
1 parent 928e6d0 commit 254145f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/trouble.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*trouble.nvim.txt* For Neovim Last change: 2024 July 22
*trouble.nvim.txt* For Neovim Last change: 2024 October 02

==============================================================================
Table of Contents *trouble.nvim-table-of-contents*
Expand Down Expand Up @@ -571,11 +571,21 @@ API ~
---@return trouble.View
require("trouble").jump_split(opts)

-- Open the item in a split and close the trouble window
---@param opts? trouble.Mode | { new? : boolean } | string
---@return trouble.View
require("trouble").jump_split_close(opts)

-- Open the item in a vsplit
---@param opts? trouble.Mode | { new? : boolean } | string
---@return trouble.View
require("trouble").jump_vsplit(opts)

-- Open the item in a vsplit and close the trouble window
---@param opts? trouble.Mode | { new? : boolean } | string
---@return trouble.View
require("trouble").jump_vsplit_close(opts)

-- Go to the last item
---@param opts? trouble.Mode | { new? : boolean } | string
---@return trouble.View
Expand Down

0 comments on commit 254145f

Please sign in to comment.