diff options
| author | Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> | 2022-01-15 22:27:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-15 22:27:03 +0000 |
| commit | 2bfc0eb2cf12237eb0ac15498229341ededfaa0d (patch) | |
| tree | 9cb6a9f7864db3936ba214b4920bff0da0c3db79 /doc | |
| parent | 860cc656632dbee8d817b1dfa5e6a5a73265286f (diff) | |
fix: update `multi_icon` with `select/drop/toggle_all` actions (#1682)
* fix: `multi_icon` with `select/drop/toggle_all`
* typos
* fix: add check for no caret found
* fix: add check for no line found
* fix: check `max_results` in `Picker:can_select_row`
- also switch order of highlighting in `select/drop/toggle_all` actions
* fix: make `max_results` check a strict inequality
* [docgen] Update doc/telescope.txt
skip-checks: true
* fix: update `prompt_status` on `select/drop/toggle_all` actions
Co-authored-by: Github Actions <actions@github>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index a42e218..835e66a 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -792,6 +792,7 @@ builtin.fd() *builtin.fd()* This is an alias for the `find_files` picker + builtin.treesitter() *builtin.treesitter()* Lists function names, variables, and other symbols from treesitter queries - Default keymaps: |
