| Age | Commit message (Collapse) | Author |
|
* feat(treesitter): symbols & ignore symbols options
* renamed the function passed to utils.filter_symbols
---------
Co-authored-by: Maksym Klishevych <max@klishevy.ch>
|
|
* chore: Fix border characters in comments
* [docgen] Update doc/telescope.txt
skip-checks: true
---------
Co-authored-by: Github Actions <actions@github>
|
|
|
|
|
|
closes #2386
|
|
|
|
|
|
|
|
|
|
|
|
current file (#2324)
|
|
close #2332
|
|
executed (#2320)
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
This reverts commit 01d92285ef4402b188fa583d57f5d1a18c889d22.
|
|
|
|
|
|
|
|
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.
|
|
Corrects the following issues:
- article agreement
- spelling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Cyan Joeng <cyan.joeng@gmail.com>
|
|
|
|
|
|
|
|
|
|
* fix(builtin.live_grep): add spacer ":" even when coordinates disabled
* fix docgen
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
|
|
|
|
|
|
|
|
find_files (#2232)
|
|
(#2246)
|