Refresh generated nvim config
This commit is contained in:
@ -53,6 +53,9 @@ telescope.actions.history.History:new() telescope.txt /*telescope.actions.histor
|
||||
telescope.actions.history.History:reset() telescope.txt /*telescope.actions.history.History:reset()*
|
||||
telescope.actions.history.get_simple_history() telescope.txt /*telescope.actions.history.get_simple_history()*
|
||||
telescope.actions.history.new() telescope.txt /*telescope.actions.history.new()*
|
||||
telescope.actions.insert_original_cWORD() telescope.txt /*telescope.actions.insert_original_cWORD()*
|
||||
telescope.actions.insert_original_cfile() telescope.txt /*telescope.actions.insert_original_cfile()*
|
||||
telescope.actions.insert_original_cline() telescope.txt /*telescope.actions.insert_original_cline()*
|
||||
telescope.actions.insert_original_cword() telescope.txt /*telescope.actions.insert_original_cword()*
|
||||
telescope.actions.insert_symbol() telescope.txt /*telescope.actions.insert_symbol()*
|
||||
telescope.actions.insert_symbol_i() telescope.txt /*telescope.actions.insert_symbol_i()*
|
||||
|
||||
@ -3393,6 +3393,30 @@ actions.insert_original_cword({prompt_bufnr}) *telescope.actions.insert_original
|
||||
{prompt_bufnr} (number) The prompt bufnr
|
||||
|
||||
|
||||
actions.insert_original_cWORD({prompt_bufnr}) *telescope.actions.insert_original_cWORD()*
|
||||
Insert the WORD under the cursor of the original (pre-Telescope) window
|
||||
|
||||
|
||||
Parameters: ~
|
||||
{prompt_bufnr} (number) The prompt bufnr
|
||||
|
||||
|
||||
actions.insert_original_cfile({prompt_bufnr}) *telescope.actions.insert_original_cfile()*
|
||||
Insert the file under the cursor of the original (pre-Telescope) window
|
||||
|
||||
|
||||
Parameters: ~
|
||||
{prompt_bufnr} (number) The prompt bufnr
|
||||
|
||||
|
||||
actions.insert_original_cline({prompt_bufnr}) *telescope.actions.insert_original_cline()*
|
||||
Insert the line under the cursor of the original (pre-Telescope) window
|
||||
|
||||
|
||||
Parameters: ~
|
||||
{prompt_bufnr} (number) The prompt bufnr
|
||||
|
||||
|
||||
|
||||
================================================================================
|
||||
ACTIONS_STATE *telescope.actions.state*
|
||||
|
||||
Reference in New Issue
Block a user