summaryrefslogtreecommitdiff
path: root/lua/telescope/from_entry.lua
AgeCommit message (Collapse)Author
2022-03-13feat: 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-06fix: skip path escaping when adding items to quickfix list (#1712)Daniel Imfeld
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
* chore: stylua job and config * reformat with stylua
2021-01-22fix: fnameescape in from_entry (#454)Simon Hauser
if entry.path is nil vim.fn.fnameescape will return null which results in all other option no longer be checked
2021-01-22fix: escape filename before opening it (#453)elianiva
2020-09-16feat: Easy Termopen for Previewer (#88)TJ DeVries
First pass, but seems to work. Fixed a few other related items, so pushing it to master now. * [WIP]: Wed 16 Sep 2020 05:17:10 PM EDT * [WIP]: Wed 16 Sep 2020 06:10:33 PM EDT * [WIP]: Wed 16 Sep 2020 06:19:43 PM EDT