From 70b3e38730d31b86a45e5bb7d1ef2b09419203d9 Mon Sep 17 00:00:00 2001 From: Dylan Byars Date: Sun, 20 Mar 2022 06:31:41 -0400 Subject: [PATCH] docs: fix typo in builtin.pickers section (#1792) --- doc/telescope.txt | 2 +- lua/telescope/builtin/init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/telescope.txt b/doc/telescope.txt index 67927cf..1cd67ac 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -1024,7 +1024,7 @@ builtin.resume({opts}) *builtin.resume()* builtin.pickers({opts}) *builtin.pickers()* - Opens a picker over previously cached pickers in there preserved states + Opens a picker over previously cached pickers in their preserved states (incl. multi selections) - Default keymaps: - ``: delete the selected cached picker diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index 27f7b60..95e293d 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -210,7 +210,7 @@ builtin.builtin = require_on_exported_call("telescope.builtin.internal").builtin ---@field cache_index number: what picker to resume, where 1 denotes most recent (default: 1) builtin.resume = require_on_exported_call("telescope.builtin.internal").resume ---- Opens a picker over previously cached pickers in there preserved states (incl. multi selections) +--- Opens a picker over previously cached pickers in their preserved states (incl. multi selections) --- - Default keymaps: --- - ``: delete the selected cached picker --- - Notes: