feat(actions): add delete_mark (#2769)

* feat(actions): add delete_mark

* style(init.lua): fix formatting
This commit is contained in:
Chen Lu
2023-11-26 03:37:50 +00:00
committed by GitHub
parent 18774ec792
commit e4c62dedd7
2 changed files with 22 additions and 0 deletions

View File

@@ -3311,6 +3311,15 @@ actions.to_fuzzy_refine({prompt_bufnr}) *telescope.actions.to_fuzzy_refine()*
{prompt_bufnr} (number) The prompt bufnr
actions.delete_mark({prompt_bufnr}) *telescope.actions.delete_mark()*
Delete the selected mark or all the marks selected using multi
selection.
Parameters: ~
{prompt_bufnr} (number) The prompt bufnr
================================================================================
ACTIONS_STATE *telescope.actions.state*