James Trew and Simon Hauser
9de317bdea
fix(from_entry): escape paths with $ symbol ( #2412 )
...
Adds support for viewing File Previews of paths with dollar symbols.
(cherry picked from commit 7141515a7c )
2023-04-09 18:13:48 +02:00
Tommy Nguyen and Simon Hauser
43063dd56d
fix: reverse range in character class error ( #2345 )
...
(cherry picked from commit ad37745d4d )
2023-02-19 14:10:07 +01:00
Simon Hauser
760c779bb7
fix: previewer if cwd is not curr dir ( #2084 )
...
path needs to be expanded for filereadable and isdirectory
(cherry picked from commit 8746347ac4 )
2022-08-10 22:15:01 +02:00
Simon Hauser and GitHub
10a3310546
fix: from_entry escape and validation ( #2058 )
2022-07-10 21:28:22 +02:00
Fabian David Schmidt and GitHub
f8047b8bc9
fix(from_entry): treat directories as valid paths ( #2035 )
2022-07-03 20:26:45 +02:00
xiaxi and GitHub
1aa74b231c
fix: filereadable should check for 1 or 0 ( #2030 )
2022-07-01 11:37:58 +02:00
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 and GitHub
b501d9ecb7
fix: skip path escaping when adding items to quickfix list ( #1712 )
2022-03-06 20:34:44 +01:00
Simon Hauser and GitHub
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 and GitHub
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 and GitHub
f94909bc84
fix: escape filename before opening it ( #453 )
2021-01-22 16:03:39 +07:00
TJ DeVries and GitHub
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