From 2bfc0eb2cf12237eb0ac15498229341ededfaa0d Mon Sep 17 00:00:00 2001 From: Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> Date: Sat, 15 Jan 2022 22:27:03 +0000 Subject: 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 --- doc/telescope.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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: -- cgit v1.2.3