Morten M. Neergaard
41731e2f74
fix: prefix color highlighting reset only on nvim 9.0 ( #2492 )
...
This fixes issue #2461
2023-05-14 22:00:59 +02:00
Hoang Nguyen
d5bef7c52d
fix(pickers): display preview title at the same position as results title for bottom_pane layout ( #2494 )
2023-05-14 21:45:36 +02:00
Rishikesh Vaishnav
40dc952352
fix: replace default mapping rather than mapping CR directly for history and search pickers ( #2506 )
2023-05-14 21:44:48 +02:00
Nguyễn Văn Đức
697c64b121
fix: flex layout strategy configurations error ( #2503 ) ( #2504 )
2023-05-14 21:44:37 +02:00
James Trew
d77b37f452
Revert "chore: simplify vimgrep_arguments args ( #2440 )" ( #2488 )
...
This reverts commit cfe6df6257 .
2023-05-07 00:47:52 -04:00
NAKAI Tsuyoshi
713d26b985
fix(actions): support commands with special chars ( #2224 )
2023-04-26 07:22:53 +03:00
J
f2645c1320
fix(health): remove deprecated api warnings in health check ( #2478 )
2023-04-23 14:40:33 +02:00
James Trew
6258d50b09
fix: escape cwd symbols for async_oneshot_finder ( #2460 )
2023-04-10 12:23:51 +02:00
James Trew
7141515a7c
fix(from_entry): escape paths with $ symbol ( #2412 )
...
Adds support for viewing File Previews of paths with dollar symbols.
2023-04-09 18:09:13 +02:00
Andrew Snelling
cfe6df6257
chore: simplify vimgrep_arguments args ( #2440 )
2023-04-09 10:18:29 +02:00
James Trew
031322a7c3
fix(action): grep_string select_default with nil column ( #2447 )
2023-04-09 10:09:42 +02:00
Safdar Awan
359e9ffc74
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
2023-04-09 10:07:14 +02:00
James Trew
c20d4fb592
fix: icon hl width for various pickers ( #2450 )
2023-04-09 10:04:20 +02:00
Maksym Klishevych
942fe5faef
feat(treesitter): symbols & ignore symbols options ( #2338 )
...
* feat(treesitter): symbols & ignore symbols options
* renamed the function passed to utils.filter_symbols
---------
Co-authored-by: Maksym Klishevych <max@klishevy.ch >
2023-03-22 09:49:55 -04:00
Pooyan Khanjankhani
e504cf03c2
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>
2023-03-21 13:44:50 -04:00
Rafael Bodill
f43eb22e0c
fix: Incorrect refine option for prompt_prefix ( #2413 )
2023-03-21 13:34:53 -04:00
Zoe Roux
eba418cca7
fix: make git_status diff works with staged files ( #2421 )
2023-03-21 13:33:08 -04:00
James Trew
98f9d5f948
feat: utilize last window cursor position ( #2416 )
...
closes #2386
2023-03-21 13:32:11 -04:00
Andrii Berezhynskyi
10ebb30f0d
fix: preview cycling and titles work after :Telescope resume ( #2422 )
2023-03-21 13:28:19 -04:00
Simon Hauser
a3f17d3baf
fix: prefix color highlighting on nvim 0.9 ( #2403 )
2023-02-26 13:26:12 +01:00
Simon Hauser
a486ac3e8f
fix: current_buffer_fuzzy_find highlighter ( #2394 )
2023-02-20 22:43:15 +01:00
Simon Hauser
3915d933dc
fix: previewer = true ( #2395 )
2023-02-20 15:51:22 +01:00
cristiansofronie
f40e3e2304
feat: support selection for grep_string ( #2333 )
2023-02-19 13:41:28 +01:00
Luyu Huang
5d9658c39d
fix: apply jump_type only if the definition file is different from the current file ( #2324 )
2023-02-19 13:32:37 +01:00
Simon Hauser
443e5a6802
fix: current_buffer_fuzzy_find push cursor ( #2393 )
...
close #2332
2023-02-19 12:24:40 +01:00
liugh
f409830422
fix(builtin.commands): add the command w/ zero arguments to cmd history when executed ( #2320 )
2023-02-19 11:47:09 +01:00
Sultanahamer
3d8bd0a105
fix: wrap_results option breaking scrolling of results window ( #2322 )
2023-02-19 11:45:30 +01:00
Sven
ccda9f02f3
feat: extend git_delete_branch to delete of all selected branches ( #2337 )
2023-02-19 11:42:59 +01:00
Tommy Nguyen
ad37745d4d
fix: reverse range in character class error ( #2345 )
2023-02-19 11:21:29 +01:00
Uraza
5ce991ad23
docs: add missing documentation for builtin lsp symbols ( #2365 )
2023-02-19 11:17:05 +01:00
莊喬
b0395c2882
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.
2023-02-19 11:08:46 +01:00
atusy
ee90403e40
feat: keep prompt and selection on git_staging_toggle ( #2372 )
2023-02-19 10:46:51 +01:00
Yuta Katayama
abba036478
fix: rename ts_utils.get_node_range -> vim.treesitter.get_node_range ( #2376 )
2023-02-19 10:40:59 +01:00
Josa Gesell
e572c63c7d
fix: execute autocmds correctly ( #2375 )
2023-02-19 10:27:15 +01:00
Simon Hauser
203bf56091
Revert "feat(git): git_commits shows the current branch graph ( #2288 )" ( #2358 )
...
This reverts commit 01d92285ef .
2023-01-31 08:24:16 +01:00
Kalka
65287605c3
fix: wrap nvim_buf_set_option in a protected call ( #2346 )
2023-01-30 22:06:47 +01:00
Reid Swan
19ce7f8f24
feat: add support for wrapping history on reaching history begin or end ( #2349 )
2023-01-30 22:06:16 +01:00
Svetlozar Iliev
5dfd807771
feat: Allow filtering for oldfiles and buffers ( #2353 )
2023-01-30 18:09:29 +01:00
Fernando Schauenburg
d5f6c0911d
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.
2023-01-30 08:01:35 +01:00
vladislav doster
dce1156ca1
docs: telescope.nvim spelling and grammar fixes ( #2325 )
...
Corrects the following issues:
- article agreement
- spelling
2023-01-22 10:07:45 +01:00
James Trew
053f2303c4
docs: proof-read edits ( #2311 )
2023-01-22 09:57:53 +01:00
cristiansofronie
ed366bba14
docs: fix unfinised sentence in docs ( #2335 )
2023-01-22 09:27:36 +01:00
Ryan Blonna
4b4db1ff7d
fix: escape filename used in drop commands ( #2339 )
2023-01-22 09:19:49 +01:00
Hasan Mahmud
83eb2f9756
fix(oldfiles): use path separator from builtin utils in cwd_only ( #2340 )
2023-01-22 09:18:34 +01:00
Simon Hauser
0e56ea028d
chore: fix stylua ci
2023-01-22 09:14:24 +01:00
Matt Taylor
1ba7278cf0
feat(pickers): add opt.show_remote_tracking_branches to git_branches ( #2314 )
2023-01-11 15:00:44 +01:00
emmanueltouzery
04af51dbfb
fix(old_files): opts.cwd_only includes similarly named dirs ( #2308 )
2023-01-07 11:31:11 +03:00
Adam Tajti
cd67e819e4
fix(tests): uses testharness in scrolling strategy ( #2307 )
2023-01-06 19:46:10 +01:00
Simon Hauser
18fc02b499
fix: live_grep additional_args parsing ( #2306 )
2023-01-06 13:23:39 +01:00
Jonas Strittmatter
b24fdfdb25
fix: correctly parse filenames with special chars in git_status ( #2296 )
2023-01-06 12:04:15 +01:00