1055 Commits

Author SHA1 Message Date
J f41c7e5b6d fix(health): remove deprecated api warnings in health check (#2478)
(cherry picked from commit f2645c1320)
2023-05-14 21:34:01 +02:00
James Trew 4f874ff4e7 fix: escape cwd symbols for async_oneshot_finder (#2460)
(cherry picked from commit 6258d50b09)
2023-05-14 21:33:48 +02:00
James Trew 9de317bdea fix(from_entry): escape paths with $ symbol (#2412)
Adds support for viewing File Previews of paths with dollar symbols.

(cherry picked from commit 7141515a7c)
2023-04-09 18:13:48 +02:00
Andrew Snelling 9800a1d107 chore: simplify vimgrep_arguments args (#2440)
(cherry picked from commit cfe6df6257)
2023-04-09 17:50:59 +02:00
James Trew 5dcff772cd fix(action): grep_string select_default with nil column (#2447)
(cherry picked from commit 031322a7c3)
2023-04-09 17:50:44 +02:00
Safdar Awan 14ee88bc49 fix: vim.treesitter.get_query deprecated (#2451)
* fix: `vim.treesitter.get_query` deprecated

* fix: add fallback for `vim.treesitter.get_query` for stable versions of nvim

(cherry picked from commit 359e9ffc74)
2023-04-09 17:50:37 +02:00
James Trew 54fc54fdd3 fix: icon hl width for various pickers (#2450)
(cherry picked from commit c20d4fb592)
2023-04-09 17:50:20 +02:00
Simon Hauser 597c10f5b1 fix: icons with multiple dots but without custom overrides (#2256)
(cherry picked from commit 361a172fce)
2023-04-09 17:49:49 +02:00
Mat Jones 8f88ce978e feat: support for multi-part file extensions like *.test.js (#2252)
(cherry picked from commit f37c603303)
2023-04-09 17:49:21 +02:00
Pooyan Khanjankhani 818ad69723 doc: fix border characters in docs (#2388)
* chore: Fix border characters in comments

* [docgen] Update doc/telescope.txt
skip-checks: true

---------

Co-authored-by: Github Actions <actions@github>
(cherry picked from commit e504cf03c2)
2023-04-09 10:23:54 +02:00
Rafael Bodill 83c1704be3 fix: Incorrect refine option for prompt_prefix (#2413)
(cherry picked from commit f43eb22e0c)
2023-04-09 10:23:40 +02:00
zoriya 5c06f24ed3 fix: make git_status diff works with staged files (#2421)
(cherry picked from commit eba418cca7)
2023-04-09 10:23:32 +02:00
James Trew 0326d4679e feat: utilize last window cursor position (#2416)
closes #2386

(cherry picked from commit 98f9d5f948)
2023-04-09 10:23:23 +02:00
Andrii Berezhynskyi c3b992ceba fix: preview cycling and titles work after :Telescope resume (#2422)
(cherry picked from commit 10ebb30f0d)
2023-04-09 10:23:10 +02:00
Simon Hauser 766a45a972 fix: current_buffer_fuzzy_find highlighter (#2394)
(cherry picked from commit a486ac3e8f)
2023-02-20 22:43:58 +01:00
Simon Hauser 5d02292286 fix: previewer = true (#2395)
(cherry picked from commit 3915d933dc)
2023-02-20 15:51:56 +01:00
Luyu Huang 48ece76315 fix: apply jump_type only if the definition file is different from the current file (#2324)
(cherry picked from commit 5d9658c39d)
2023-02-19 14:12:15 +01:00
Simon Hauser 1c113b3e24 fix: current_buffer_fuzzy_find push cursor (#2393)
close #2332

(cherry picked from commit 443e5a6802)
2023-02-19 14:10:31 +01:00
liugh b04b051942 fix(builtin.commands): add the command w/ zero arguments to cmd history when executed (#2320)
(cherry picked from commit f409830422)
2023-02-19 14:10:24 +01:00
Sultanahamer be2aba7464 fix: wrap_results option breaking scrolling of results window (#2322)
(cherry picked from commit 3d8bd0a105)
2023-02-19 14:10:16 +01:00
Tommy Nguyen 43063dd56d fix: reverse range in character class error (#2345)
(cherry picked from commit ad37745d4d)
2023-02-19 14:10:07 +01:00
Uraza 9e55b91b54 docs: add missing documentation for builtin lsp symbols (#2365)
(cherry picked from commit 5ce991ad23)
2023-02-19 14:09:55 +01:00
莊喬 996eb191bf fix: avoid eval "= directly in builtin registers picker (#2347)
When "= contains expression not ought to be run in current context, the
`getreg('=')` raises error.

For example `:put =foo` (where `foo` is undefined) then open registers
picker it fails. Also #2228.

Now specify second arg to `getreg` to get register expr (instead of
"evaluated" result) as content, like what `:registers` command displays.

This has behavior change, if user still want to see/paste the
evaluated result, a customized action will be needed.

(cherry picked from commit b0395c2882)
2023-02-19 14:09:48 +01:00
Yuta Katayama 9c16730e9b fix: rename ts_utils.get_node_range -> vim.treesitter.get_node_range (#2376)
(cherry picked from commit abba036478)
2023-02-19 14:09:38 +01:00
Josa Gesell 0b4e54e86b fix: execute autocmds correctly (#2375)
(cherry picked from commit e572c63c7d)
2023-02-19 14:09:24 +01:00
Kalka 686aea90ef fix: wrap nvim_buf_set_option in a protected call (#2346)
(cherry picked from commit 65287605c3)
2023-02-19 14:08:59 +01:00
Fernando Schauenburg 4340c22b63 fix: man_pages on macOS and FreeBSD (#2326) (#2352)
macOS 13.x (Ventura, Darwin 22.x) uses `apropos(1)` from FreeBSD, which
does not behave the same as the previous implementation up to macOS 12.

`apropos(1)` takes a regular expression as an argument, so passing "."
causes it to match anything and therefore return all results to be
filtered by Telescope.

(cherry picked from commit d5f6c0911d)
2023-02-19 14:08:46 +01:00
vladislav doster a1bd6866b5 docs: telescope.nvim spelling and grammar fixes (#2325)
Corrects the following issues:
- article agreement
- spelling

(cherry picked from commit dce1156ca1)
2023-01-22 10:09:28 +01:00
James Trew 0077389133 docs: proof-read edits (#2311)
(cherry picked from commit 053f2303c4)
2023-01-22 10:09:23 +01:00
cristiansofronie 6a65f24ff6 docs: fix unfinised sentence in docs (#2335)
(cherry picked from commit ed366bba14)
2023-01-22 10:09:18 +01:00
Hasan Mahmud ebdea0a718 fix(oldfiles): use path separator from builtin utils in cwd_only (#2340)
(cherry picked from commit 83eb2f9756)
2023-01-22 10:08:44 +01:00
Simon Hauser 5182e1dd52 chore: fix stylua ci
(cherry picked from commit 0e56ea028d)
2023-01-22 10:08:39 +01:00
emmanueltouzery f7bceabcc9 fix(old_files): opts.cwd_only includes similarly named dirs (#2308)
(cherry picked from commit 04af51dbfb)
2023-01-07 12:45:58 +01:00
Adam Tajti 96c4060084 fix(tests): uses testharness in scrolling strategy (#2307)
(cherry picked from commit cd67e819e4)
2023-01-07 12:34:35 +01:00
TJ DeVries 226d9852c7 fix: restore testing framework to actually work (#2070)
after refactor to some new asynchronous items for finders,
the tests stopped actually doing anything.

now they do things again.

(cherry picked from commit 4725867ec6)
2023-01-07 12:34:11 +01:00
Simon Hauser 6ece9c462a fix: live_grep additional_args parsing (#2306)
(cherry picked from commit 18fc02b499)
2023-01-06 14:35:51 +01:00
Jonas Strittmatter 48a77baffb fix: correctly parse filenames with special chars in git_status (#2296)
(cherry picked from commit b24fdfdb25)
2023-01-06 14:35:46 +01:00
tzachar e800aac4fc fix: do not use nvim_buf_line_count on unloaded buffers (#2261)
(cherry picked from commit c571d96fe5)
2023-01-06 14:35:24 +01:00
Tsakiris Tryfon 7408286e67 docs: fix typos/wording (#2283)
(cherry picked from commit a606bd10c7)
2023-01-06 14:35:17 +01:00
C.D. MacEachern 0b0846fe83 fix(docs): point to correct lua modules (#2284)
(cherry picked from commit d7d3ea9015)
2023-01-06 14:35:08 +01:00
Simon Hauser 47143bbb42 chore: bump ci to more modern os and nvim versions (#2289)
(cherry picked from commit 0a7588252a)
2023-01-06 14:34:52 +01:00
Tobias S 9cc8a4b2c5 fix: jumplist picker indexing the line after (#2273)
(cherry picked from commit e960efa60e)
2023-01-06 14:32:07 +01:00
fcying 10151e4dbb fix: misidentification invert and files_with_matches (#2240) (#2262)
(cherry picked from commit d16581ef7d)
2023-01-06 14:31:57 +01:00
Luke Kershaw bdb0cd51ff fix(builtin.live_grep): add spacer ":" even when coordinates disabled (#2275)
* fix(builtin.live_grep): add spacer ":" even when coordinates disabled

* fix docgen

Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
(cherry picked from commit 278c797b58)
2023-01-06 14:31:47 +01:00
Anton a837cbdbe6 fix(builtin.commands): no preview for multiline description commands (#2244)
(cherry picked from commit 22e13f6f69)
2023-01-06 14:31:28 +01:00
ADoyle 2bf2d10d19 feat: the parameter "map" of attach_mappings can be list of modes to create mapping on multiple modes (#2220)
(cherry picked from commit d541e0d6e0)
2023-01-06 14:30:45 +01:00
Simon Hauser c8d69359d4 fix: generate.refine with border=false (#2223)
(cherry picked from commit 30826fcfb8)
2023-01-06 14:29:40 +01:00
Simon Hauser bce36847e7 fix: always load the up to date picker config on picker open
(cherry picked from commit 97847309cb)
2023-01-06 14:29:29 +01:00
Simon Hauser 8944b48f21 fix: rg invert and files-with-matches res line parsing (#2208)
(cherry picked from commit 9cf465894a)
2023-01-06 14:29:21 +01:00
Gutyina Gergő 6a67ef38bf feat: allow table as additional args in live grep and grep string (#2139)
(cherry picked from commit 5c7db4055d)
2023-01-06 14:28:55 +01:00