canola.nvim/lua/oil/adapters
Matthew Wilding f3a31eba24
fix(windows): navigating into drive letter root directories (#341)
* Fixed drive browsing on windows

* Fixed naming

* fix: Uppercase drive letter only

* updated: Filter out network drives on windows

* Update files.lua

* Update files.lua

* fixed: mapped drives

* addslash to check for double slash

* Fixed indents

* Reverted addslash change

* Fixed windows initial buffer name

* Reverted formatting

* Cleaned up callback

* Fix addslash to handle \ too

* Allow running tests workflow from fork

* Fix workflow

* Test

* Tests

* refactor: readability and comments

* fix: convert buffer name to posix when hijacking directory

---------

Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-04-23 22:06:59 -07:00
..
files fix: sometimes use shell to run trash command (#99) 2023-08-20 05:10:09 +00:00
ssh fix(ssh): escape all file paths for the ssh adapter (#353) 2024-04-17 16:19:10 -04:00
trash fix(windows): can delete non-ascii filenames to trash (#323) 2024-03-04 10:50:22 -08:00
files.lua fix(windows): navigating into drive letter root directories (#341) 2024-04-23 22:06:59 -07:00
ssh.lua fix: crash in ssh and trash adapter detail columns (#235) 2023-11-24 14:13:56 -08:00
test.lua refactor: remove cache side effects from adapter.list 2023-08-20 21:50:02 +00:00
trash.lua feat(trash): support for deleting to windows recycle bin (#243) 2024-01-02 22:05:01 -08:00