Skip to content

Commit dce9bc4

Browse files
committed
docs(pick): mention "live" scope from MiniExtra.pickers.lsp()
1 parent 3916cb0 commit dce9bc4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/mini-pick.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,8 @@ This action is useful in at least two cases:
563563
both "hello" and "world" exact matches (in no particular order) with default
564564
matching, type "'hello" (notice "'" at the start) followed by `<C-Space>` and
565565
another "'world".
566-
- Reset `match` to default. Particularly useful in |MiniPick.builtin.grep_live()|.
566+
- Reset `match` to default. Particularly useful in |MiniPick.builtin.grep_live()|
567+
and |MiniExtra.pickers.lsp()| with "workspace_symbol_live" scope.
567568

568569
## Scroll ~
569570
*MiniPick-actions-scroll*

lua/mini/pick.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,8 @@
557557
--- both "hello" and "world" exact matches (in no particular order) with default
558558
--- matching, type "'hello" (notice "'" at the start) followed by `<C-Space>` and
559559
--- another "'world".
560-
--- - Reset `match` to default. Particularly useful in |MiniPick.builtin.grep_live()|.
560+
--- - Reset `match` to default. Particularly useful in |MiniPick.builtin.grep_live()|
561+
--- and |MiniExtra.pickers.lsp()| with "workspace_symbol_live" scope.
561562
---
562563
--- ## Scroll ~
563564
--- *MiniPick-actions-scroll*

0 commit comments

Comments
 (0)