Skip to content

Commit

Permalink
chore: fix marks picker options (#2783)
Browse files Browse the repository at this point in the history
* chore: fix marks picker options

* [docgen] Update doc/telescope.txt
skip-checks: true

---------

Co-authored-by: Github Actions <actions@github>
  • Loading branch information
jamestrew and Github Actions authored Nov 15, 2023
1 parent 4e77d19 commit 721cdca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/telescope.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +1437,8 @@ builtin.marks({opts}) *telescope.builtin.marks()*

Options: ~
{file_encoding} (string) file encoding for the previewer
{mark_type} (string) filter marks by type (default: "all",
options: "all"|"global"|"local")


builtin.registers({opts}) *telescope.builtin.registers()*
Expand Down
2 changes: 1 addition & 1 deletion lua/telescope/builtin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ builtin.colorscheme = require_on_exported_call("telescope.builtin.__internal").c
--- Lists vim marks and their value, jumps to the mark on `<cr>`
---@param opts table: options to pass to the picker
---@field file_encoding string: file encoding for the previewer
---@field mark_type "all"|"global"|"local": filter marks by type (default: "all")
---@field mark_type string: filter marks by type (default: "all", options: "all"|"global"|"local")
builtin.marks = require_on_exported_call("telescope.builtin.__internal").marks

--- Lists vim registers, pastes the contents of the register on `<cr>`
Expand Down

0 comments on commit 721cdca

Please sign in to comment.