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:
James Trew
2023-11-14 22:47:37 -05:00
committed by GitHub
parent 4e77d1991d
commit 721cdcae13
2 changed files with 3 additions and 1 deletions

View File

@@ -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>`