chore: fix marks picker options (#2783)
* chore: fix marks picker options * [docgen] Update doc/telescope.txt skip-checks: true --------- Co-authored-by: Github Actions <actions@github>
This commit is contained in:
@@ -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()*
|
||||
|
||||
@@ -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>`
|
||||
|
||||
Reference in New Issue
Block a user