summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/internal.lua
AgeCommit message (Expand)Author
2022-07-12chore: remove deprecated functions / messages (#2063)Simon Hauser
2022-07-01break: prefix internal files and add deprecation messages (#2032)Simon Hauser
2022-07-01fix: autocommands regressionSimon Hauser
2022-07-01feat: Add entry_index for entry_makersTJ DeVries
2022-06-30fix: spell_suggest if cursor is at last char of wordSimon Hauser
2022-06-30chore: cleanup autocmd builtin (#1947)Simon Hauser
2022-06-30feat: add option `use_default_opts` to `builtin.builtin` (#1996)Bjarki Baldursson Harksen
2022-06-30fix(resume): previewer if toggled (#1957)Simon Hauser
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-06-30chore: cleanup vim options (#1946)Simon Hauser
2022-06-02fix: pass user opts to planets picker (#1983)Anton
2022-05-29fix(builtin.commands): action error caused by remapping : (#1972)iwataka
2022-05-18fix: set tagstack when we jump with lsp in telescope (#1887)dagle
2022-05-15fix: get mark list from opts.bufnr instead of using :marks (#1935)pjmtdw
2022-05-04feat: quickfixhistory picker (#1878)fdschmidt93
2022-04-30feat: support for builtin.commands to show buffer commands (#1889)milanglacier
2022-04-30fix: man_pages respect nosplitright for <c-v>Simon Hauser
2022-04-30fix: help_tags respect nosplitright for <c-v>Simon Hauser
2022-04-25fix(help_tags): exclude invalid help-tag that errorsSimon Hauser
2022-04-22fix: fix keep insert when going from telescope window to telescope window (#1...kylo252
2022-04-10fix(builtin.colorscheme): also restore &background (#1835)wongxy
2022-04-08fix: save position into jumplist before 'edit' action (#1234)Joshua Cao
2022-03-13feat: improve UX with vim.notify (#1763)tami5
2022-03-10fix: man_pages previewer, respecting MANPATH and apropos output parsing (#1764)Simon Hauser
2022-02-14fix: add opts.bufnr and opts.winnr to builtin picker (#1706)James Trew
2022-02-13feat(spell_suggest): ignore spell setting (#1744)Roland Fredenhagen
2022-01-28feat (keymaps): add configuration options (#1703)daangoossens22
2022-01-28fix (autocommands): doesn't show all autocommands (#1717)daangoossens22
2022-01-14feat: make results pane of builtin `keymaps` more readable (#1684)daangoossens22
2022-01-03fix: picker for keymaps error with new api for keymaps (#1646)Sebastian Lyng Johansen
2021-12-27chore: remove redundant run_builtin action (#1589)kylo252
2021-12-19fix: `builtin` only have entries for extension functions (#1587)Luke Kershaw
2021-12-10break: bump the minimum required neovim version to 0.6 or higher (#1549)Simon Hauser
2021-11-18fix: use `string.format` on `builtin.resume` error message (#1465)Luke Kershaw
2021-11-04fix: revert buffers previewer (#1400)fdschmidt93
2021-10-24fix: Exclude unlisted lsp buffers in oldfiles picker (#1219)A. Schueler
2021-10-12fix: loclist can have non current buf entries (#1333)fdschmidt93
2021-10-09fix: alias cwd_only and only_cwd option for buffers and oldfiles (#1316)Patrick Ziegler
2021-09-27fix: show error message when nothing is selected (#1289)Jonas Strittmatter
2021-09-26fix: print error mesage and dont close telescope if nothing is selected (#1285)Simon Hauser
2021-09-22fix: help_tags if file_ignore_patterns = { "doc" } is set (#1279)Rafael A. Madriz
2021-09-19fix(builtin): internal.help_tags not finding all tags (#1258)Javier Lopez
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-01feat: allow caching and resuming picker (#1051)fdschmidt93
2021-08-23fix(pickers): attach_mappings on builtins.buffers needs return (#1155)Aiden Scandella
2021-08-23fix: (terminal) buffer previewer (#1120)fdschmidt93
2021-08-21fix: some improvements for telescope.symbols if run in insert mode (#1117)Simon Hauser
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-19feat: sort_mru for builtin buffers (#1028)Simon Hauser
2021-07-17fix: correct the prompt title (#1013)wongxy