From a50352eb2435a75f1d0c7af2e80133e3945fa20a Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Thu, 30 Jun 2022 14:36:41 +0200 Subject: docs: document limitation of action close #1994 --- lua/telescope/actions/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua') diff --git a/lua/telescope/actions/init.lua b/lua/telescope/actions/init.lua index 0382014..21b651d 100644 --- a/lua/telescope/actions/init.lua +++ b/lua/telescope/actions/init.lua @@ -431,6 +431,8 @@ actions.edit_register = function(prompt_bufnr) end --- Paste the selected register into the buffer +--- +--- Note: only meant to be used inside builtin.registers ---@param prompt_bufnr number: The prompt bufnr actions.paste_register = function(prompt_bufnr) local selection = action_state.get_selected_entry() -- cgit v1.2.3