summaryrefslogtreecommitdiff
path: root/lua/telescope/from_entry.lua
AgeCommit message (Collapse)Author
2023-02-19fix: `reverse range in character class` error (#2345)Tommy Nguyen
2022-08-10fix: previewer if cwd is not curr dir (#2084)Simon Hauser
path needs to be expanded for filereadable and isdirectory
2022-07-10fix: from_entry escape and validation (#2058)Simon Hauser
2022-07-03fix(from_entry): treat directories as valid paths (#2035)Fabian David Schmidt
2022-07-01fix: filereadable should check for 1 or 0 (#2030)xiaxi
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