| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-19 | feat: extend git_delete_branch to delete of all selected branches (#2337) | Sven | |
| 2023-01-22 | docs: proof-read edits (#2311) | James Trew | |
| 2022-09-27 | fix: checktime when git checkout (#2176) | Jieru Mei | |
| 2022-09-04 | feat: added support for tabdrop (#2143) | Ryan Koval | |
| 2022-09-03 | fix: nop i_<c-j> because we dont want allow new line (#2147) | Simon Hauser | |
| 2022-07-21 | fix(which_key): mode width options typo (#2078) | Nicholas Hoffman | |
| 2022-07-07 | chore: reformat with stylua 0.14.0 | Simon Hauser | |
| 2022-07-03 | chore: make to_fuzzy_refine configurable (#2034) | Simon Hauser | |
| 2022-06-30 | docs: document limitation of action | Simon Hauser | |
| close #1994 | |||
| 2022-06-30 | feat: force buffer delete for terminal and improvements for ↵ | TheMeaningfulEngineer | |
| Picker:delete_selection (#1943) | |||
| 2022-06-30 | break: deprecate utils.get_default utils.if_nil (#1545) | Simon Hauser | |
| 2022-06-02 | fix: error in action.close when picker.original_win_id is not valid (#1982) | Jędrzej Boczar | |
| 2022-06-01 | fix: cursor move in actions.insert_symbol_i (#1979) | Fabian David Schmidt | |
| 2022-05-25 | fix(git_branch): fix typo in action notification (#1966) | Fabian David Schmidt | |
| 2022-05-20 | fix: exiting picker from insert mode (#1202) | fdschmidt93 | |
| 2022-05-04 | feat: quickfixhistory picker (#1878) | fdschmidt93 | |
| 2022-05-01 | fix: termopen previewer (#1901) | Simon Hauser | |
| - buffer leaking - still insert mode on confirm | |||
| 2022-04-22 | fix(which_key): get full path & handle table assignment of funcrefs (#1875) | fdschmidt93 | |
| 2022-04-22 | feat: lua autocmd (#1707) | Dave Lage | |
| 2022-04-22 | fix: fix keep insert when going from telescope window to telescope window ↵ | kylo252 | |
| (#1600) Also fixes `initial_mode` Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-04-22 | feat: show assigned function in actions.which_key (#1871) | fdschmidt93 | |
| 2022-04-18 | docs: add module prefix (#1847) | Simon Hauser | |
| 2022-04-17 | docs: document more actions and add introduction to actions (#1829) | Simon Hauser | |
| 2022-03-30 | fix: typo for notify log level (#1813) | Dhruv Manilawala | |
| 2022-03-30 | fix: add `%s` to notify message of git checkout action (#1812) | Dhruv Manilawala | |
| 2022-03-20 | doc: help for select_{default,tab,vertical,horizontal} (#1801) | Jonathan Birk | |
| 2022-03-13 | feat: improve UX with vim.notify (#1763) | tami5 | |
| * fix(notify): don't report request on new line * ref(notify): update message format * ref(msgs): always quote values + decrease duplication * fix(ci): undefined variables * ref(actions): temporary silent actions.__index errors * cleanup * revert: panic effort, we continue to use error for those Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-03-06 | fix: skip path escaping when adding items to quickfix list (#1712) | Daniel Imfeld | |
| 2022-02-13 | fix(actions.qflist): make it work with vim quickfix commands (#1742) | Connor Sheehan | |
| use `r` mode to instead use `" "` mode. This makes Telescope quickfix list action send results to a new list in the quickfix stack instead of overwriting the entries in the current list. Doing so enables `:chistory`, `:colder` and `:cnewer` functions to review results of previous Telescope queries. The location list uses a similar API and is updated in this PR also (ie this also enables :lhistory, :lolder and :lnewer). | |||
| 2022-01-28 | fix(action): insert symbol in insert mode (#1722) | Christian Clason | |
| followup to #1618, ensure insert after cursor | |||
| 2022-01-15 | fix: update `multi_icon` with `select/drop/toggle_all` actions (#1682) | Luke Kershaw | |
| * fix: `multi_icon` with `select/drop/toggle_all` * typos * fix: add check for no caret found * fix: add check for no line found * fix: check `max_results` in `Picker:can_select_row` - also switch order of highlighting in `select/drop/toggle_all` actions * fix: make `max_results` check a strict inequality * [docgen] Update doc/telescope.txt skip-checks: true * fix: update `prompt_status` on `select/drop/toggle_all` actions Co-authored-by: Github Actions <actions@github> | |||
| 2022-01-09 | fix: allow `which_key` action without preview (#1668) | Luke Kershaw | |
| 2021-12-27 | chore: remove redundant run_builtin action (#1589) | kylo252 | |
| 2021-12-27 | fix(actions): force insertmode after inserting symbol (#1618) | Christian Clason | |
| required after upstream changes to prompt buffer behavior (see https://github.com/neovim/neovim/commit/28134f4e78819c2bbf0344326b9d44f21eb0d736) Fixes #1608 | |||
| 2021-12-10 | fix: `which_key` action `foldenable=false` by default (#1578) | Jieru Mei | |
| 2021-12-06 | typo: `which_key` (#1560) | GenesisTMS | |
| 2021-12-03 | fix: actions.delete_buffer shouldnt force delete | Simon Hauser | |
| fix #1541 | |||
| 2021-11-23 | fix: telescope close process and cleanup layout actions (#1480) | Simon Hauser | |
| 2021-11-18 | fix: cleanup of layout actions | Luke Kershaw | |
| * fix: finish docs and remove mistakes from merge * fix: change order of `popup` changes based on type of change - removes "flash" issue where popups don't update in sync | |||
| 2021-11-18 | feat: add hide / unhide preview (#1305) | johnybx | |
| * feat: add hide / unhide preview or results and prompt * fix edit actions while only preview window is active * add option to start telescope without previewer -> "disable_previewer_at_startup" * remove hide / unhide prompt and resutls, improve hide / unhide preview * fix tests - check if popup window should be created with borders - popup.create does not support setting borderhighlight and border=false * allow toggle preview even if preview is set to false * reuse recalculate_layout in hide / unhide preview * add docs to toggle preview * check if preview window is valid window * remove unnecessary changes * cleanup, remove unnecessary changes * close all previewers, refactor toggle preview code [docgen] Update doc/telescope.txt skip-checks: true | |||
| 2021-11-13 | feat: results scrolling actions (#1436) | Luke Kershaw | |
| 2021-11-10 | fix: actions.git_checkout_current_buffer calling deprecated method (#1439) | hungpt2702 | |
| 2021-11-04 | fix: revert buffers previewer (#1400) | fdschmidt93 | |
| * Reverts #1120 many issues arise (mru, highlighting, settings inheritance, ...) when previewing actual buffers | |||
| 2021-11-01 | chore: remove a lot of deprecated stuff (#1399) | Simon Hauser | |
| 2021-10-11 | feat: add `gg` and `G` to default mappings (#1325) | Zachary Churchill | |
| * feat: add `gg` and `G` to default mappings * refactor: use action_state.get_current_picker * docs: mention new default gg/G keymaps | |||
| 2021-09-30 | fix: which key float positioning (#1293) | fdschmidt93 | |
| * Adjust which key float positioning for recent plenary and telescope theme changes | |||
| 2021-09-27 | fix: show error message when nothing is selected (#1289) | Jonas Strittmatter | |
| * fix: always show error message when nothing is selected This continues the fixes done in 4816a27d7680feed293d21a945c476947af20d29 (ref #1283) * Use correct variable name (selection) and add one more nil check * Fix indentation | |||
| 2021-09-13 | fix: make qf commands possible from any picker (#1237) | fdschmidt93 | |
| * Allow any qf cmd by defaulting to {lnum=1, col=1} for qflist if values are unset | |||
| 2021-09-10 | feat: git merge branch action (#1220) | thibthib18 | |
| 2021-09-07 | fix(actions_generate.which_key): overriding opts (#1221) | August Masquelier | |
| * Fix error from type mismatch on repeated calls of `action.which_key` when instantiated by `actions.generate` | |||
