Commit Graph

14 Commits

Author SHA1 Message Date
James Trew
7bb2fcecdc Revert "expand paths more smartly (#2599)" (#2615)
This reverts commit f52ea4061d.
2023-07-21 21:50:44 -04:00
James Trew
f52ea4061d expand paths more smartly (#2599) 2023-07-21 22:12:29 +00:00
James Trew
7141515a7c fix(from_entry): escape paths with $ symbol (#2412)
Adds support for viewing File Previews of paths with dollar symbols.
2023-04-09 18:09:13 +02:00
Tommy Nguyen
ad37745d4d fix: reverse range in character class error (#2345) 2023-02-19 11:21:29 +01:00
Simon Hauser
8746347ac4 fix: previewer if cwd is not curr dir (#2084)
path needs to be expanded for filereadable and isdirectory
2022-08-10 21:47:37 +02:00
Simon Hauser
10a3310546 fix: from_entry escape and validation (#2058) 2022-07-10 21:28:22 +02:00
Fabian David Schmidt
f8047b8bc9 fix(from_entry): treat directories as valid paths (#2035) 2022-07-03 20:26:45 +02:00
xiaxi
1aa74b231c fix: filereadable should check for 1 or 0 (#2030) 2022-07-01 11:37:58 +02:00
tami5
ef7b6ada6d feat: improve UX with vim.notify (#1763)
* 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-13 18:11:27 +01:00
Daniel Imfeld
b501d9ecb7 fix: skip path escaping when adding items to quickfix list (#1712) 2022-03-06 20:34:44 +01:00
Simon Hauser
79644ab677 chore: use stylua for formatting (#1040)
* chore: stylua job and config

* reformat with stylua
2021-07-23 11:42:37 -04:00
Simon Hauser
36ff7d5078 fix: fnameescape in from_entry (#454)
if entry.path is nil vim.fn.fnameescape will return null which results
in all other option no longer be checked
2021-01-22 20:11:01 +01:00
elianiva
f94909bc84 fix: escape filename before opening it (#453) 2021-01-22 16:03:39 +07:00
TJ DeVries
1865815687 feat: Easy Termopen for Previewer (#88)
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
2020-09-16 18:20:14 -04:00