| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-19 | 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 | fix: rename ts_utils.get_node_range -> vim.treesitter.get_node_range (#2376) | Yuta Katayama | |
| 2023-01-31 | Revert "feat(git): git_commits shows the current branch graph (#2288)" (#2358) | Simon Hauser | |
| This reverts commit 01d92285ef4402b188fa583d57f5d1a18c889d22. | |||
| 2023-01-22 | docs: proof-read edits (#2311) | James Trew | |
| 2023-01-06 | fix: correctly parse filenames with special chars in git_status (#2296) | Jonas Strittmatter | |
| 2023-01-06 | fix: do not use nvim_buf_line_count on unloaded buffers (#2261) | tzachar | |
| 2022-12-28 | docs: fix typos/wording (#2283) | Tsakiris Tryfon | |
| 2022-12-28 | feat(git): git_commits shows the current branch graph (#2288) | Cyan | |
| Co-authored-by: Cyan Joeng <cyan.joeng@gmail.com> | |||
| 2022-12-21 | fix(builtin.live_grep): add spacer ":" even when coordinates disabled (#2275) | Luke Kershaw | |
| * fix(builtin.live_grep): add spacer ":" even when coordinates disabled * fix docgen Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-12-02 | fix(builtin.commands): no preview for multiline description commands (#2244) | Anton | |
| 2022-11-28 | feat: add configuration to fix encoding of output of find_command in ↵ | zbq | |
| find_files (#2232) | |||
| 2022-11-27 | feat(builtin.keymaps): display noremap/buffer indicators and add lhs filter ↵ | Xavier Young | |
| (#2246) | |||
| 2022-10-25 | fix: rg invert and files-with-matches res line parsing (#2208) | Simon Hauser | |
| 2022-10-09 | feat(diagnostics): change highlight groups to DiagnosticSign... (#2194) | Nghia Le Minh | |
| 2022-09-30 | works with register name and content (#2178) | Tushar Kuntawar | |
| 2022-09-27 | fix: builtin register picker better sorting (#2175) | Tushar Kuntawar | |
| 2022-07-07 | fix: more autocmds desc fixes (#2049) | Simon Hauser | |
| 2022-07-07 | fix: autocmd, show desc if available (#2046) | Simon Hauser | |
| 2022-07-06 | feat(grep_string): invert_match for search="", removing empty lines (#2040) | Simon Hauser | |
| 2022-07-04 | fix: path_display hidden for make_entry.gen_from_quickfix (#2038) | Charles Moscofian | |
| 2022-07-01 | docs: `make_entry` and `entry_display` | julianf | |
| 2022-07-01 | feat: Add entry_index for entry_makers | TJ DeVries | |
| cleanup | |||
| 2022-06-30 | fix: truncate for builtin.buffers | Simon Hauser | |
| fix #2022 | |||
| 2022-06-30 | fix(current_buffer_tags): tag-relative=never (#1970) | Dane Summers | |
| 2022-06-30 | chore: cleanup autocmd builtin (#1947) | Simon Hauser | |
| 2022-06-30 | refactor: make_entry more consistent (#1410) | Yorick Peterse | |
| drops `ignore_filename`, use `path_display= { "hidden" }` Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-06-30 | break: deprecate utils.get_default utils.if_nil (#1545) | Simon Hauser | |
| 2022-06-30 | feat(vim_options): show scope information in display (#1956) | Simon Hauser | |
| Also make type, scope and value searchable | |||
| 2022-06-30 | chore: cleanup vim options (#1946) | Simon Hauser | |
| 2022-05-15 | fix: get mark list from opts.bufnr instead of using :marks (#1935) | pjmtdw | |
| Should fix marks when going through builtin.builtin | |||
| 2022-05-09 | feat(builtin.keymaps): show lua fn name if available (#1929) | fdschmidt93 | |
| 2022-05-04 | fix(builtin.tags): custom filename width (#1842) | Michael Maves | |
| 2022-05-01 | fix(treesitter): use upstream get_node_text() instead of nvim-treesitter's ↵ | Chinmay Dalal | |
| deprecated one (#1905) | |||
| 2022-04-18 | feat: added trim option to make_entry.gen_from_quickfix (#1838) | rowario | |
| 2022-03-11 | fix(grep): make filename parser non-greedy (#1785) | Tom | |
| To protect against content variation including colon / number combinations | |||
| 2022-03-10 | fix: man_pages previewer, respecting MANPATH and apropos output parsing (#1764) | Simon Hauser | |
| - introducing putils writer and use it rather than using PAGER env var - introducing env for lua/telescope/_.lua job interface - to respect MANPATH (and PATH just in case) - fix for apropos output parsing might return e.g. `alacritty, Alacritty` We need to split on first `,` | |||
| 2022-02-14 | fix: add opts.bufnr and opts.winnr to builtin picker (#1706) | James Trew | |
| 2022-01-16 | fix: handle filenames with colons in `live_grep` (#1609) | Luke Kershaw | |
| 2022-01-14 | feat: make results pane of builtin `keymaps` more readable (#1684) | daangoossens22 | |
| 2021-12-10 | feat: migrate to Telescope diagnostics using vim.diagnostic (#1553) | Simon Hauser | |
| 2021-12-06 | fix: git stash entry formatting (#1452) | Farbod Salamat-Zadeh | |
| 2021-12-03 | fix: regression with grep builtins (#1548) | Simon Hauser | |
| 2021-12-03 | fix: check for Windows drive letter when parsing vimgrep (#1494) | Luke Kershaw | |
| 2021-12-01 | fix: Remove symbol_msg substitution (#1525) | Daniel Kempkens | |
| Because Elixir source code can contain `|`, the removed substitution sometimes broke `lsp_document_symbols()`. Example: ``` E5108: Error executing lua ...packer/start/telescope.nvim/lua/telescope/make_entry.lua:392: attempt to concatenate local 'symbol_name' (a nil value) stack traceback: ...packer/start/telescope.nvim/lua/telescope/make_entry.lua:392: in function 'entry_maker' ...scope.nvim/lua/telescope/finders/async_static_finder.lua:17: in function 'new_table' ...acker/start/telescope.nvim/lua/telescope/builtin/lsp.lua:137: in function 'v' ...acker/start/telescope.nvim/lua/telescope/builtin/lsp.lua:500: in function 'v' ...cker/start/telescope.nvim/lua/telescope/builtin/init.lua:496: in function <...cker/start/telescope.nvim/lua/telescope/builtin/init.lua:467> ...ck/packer/start/telescope.nvim/lua/telescope/command.lua:179: in function 'run_command' ...ck/packer/start/telescope.nvim/lua/telescope/command.lua:241: in function 'load_command' [string ":lua"]:1: in main chunk ``` Closes #874 | |||
| 2021-11-27 | feat: extend functionality of `entry_display.create` (#1408) | Luke Kershaw | |
| * feat: extend functionality of `entry_display.create` - now allows passing functions or fractional values to `width` option * refactor: cache `width` instead of results window size * feat: use new `width` functionality for more entry makers | |||
| 2021-10-19 | fix(tags): wrong path separator on Windows (#1354) | x1314aq | |
| the universal-ctags generates tag file in Unix path separator even on Windows platform, this PR fix this. | |||
| 2021-09-26 | fix: tags now also support suppercollider tags (#1284) | Simon Hauser | |
| 2021-09-19 | feat: `truncate` option for `path_display` (#1254) | Luke Kershaw | |
| 2021-09-16 | docs: rewrite readme and add missing config values + builtin opts | Simon Hauser | |
| 2021-09-10 | fix: stale lnum in buffer previewer (#1229) | fdschmidt93 | |
| * fix: lnum to jump to might be stale eg when resuming buffer picker after changes | |||
