canola.nvim/tests
Steven Arcangeli 926ae067eb fix: allow converting a file to directory and vice-versa (#117)
If you rename a file to have a `/` at the end, oil will detect the
change as a delete + new directory. Similarly, if you delete the
trailing `/` from a directory, it will delete the dir and create a new
file. This should help with the case where you want to create a new file
but forgot to add the trailing `/` and now you have a file instead.
2023-09-09 18:33:47 -07:00
..
altbuf_spec.lua fix: fix flaky test 2023-08-20 23:33:34 +00:00
files_spec.lua fix: fix flaky test 2023-08-20 23:33:34 +00:00
minimal_init.lua feat: prompt user to save changes before editing moved file/dir (#93) 2023-05-07 08:07:08 -07:00
move_rename_spec.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
mutator_spec.lua fix: allow converting a file to directory and vice-versa (#117) 2023-09-09 18:33:47 -07:00
path_spec.lua feat: first draft 2023-01-02 01:34:53 -08:00
regression_spec.lua fix: fix flaky test 2023-08-20 23:33:34 +00:00
select_spec.lua fix: some autocmds skipped when opening files from oil (#120) 2023-06-24 23:28:57 -07:00
test_util.lua test: add tests for oil.select 2023-06-20 23:23:20 -07:00
tmpdir.lua refactor: extract some test utils into a shared lib 2023-03-23 21:16:16 -07:00
url_spec.lua fix: ssh adapter supports any system with /bin/sh (#161) 2023-08-24 09:17:54 -07:00
win_options_spec.lua fix: fix flaky test 2023-08-20 23:33:34 +00:00