bug: using columns
with { "mtime", format = "... %l" }
causes actions.select
to fail
#582
Closed
3 tasks done
Labels
bug
Something isn't working
Did you check the docs and existing issues?
Neovim version (nvim -v)
0.10.4
Operating system/version
Linux
Describe the bug
When using the
columns
configuration option and adding{ "mtime", format = "... %l" }
,actions.select
prompts to "Save changes?" when executed. Selecting "Y" opens a file with a name containing permissions, size, mdate, etc. Selecting "N" shows an empty oil buffer.The date formatting works.
What is the severity of this bug?
tolerable (can work around it)
Steps To Reproduce
nvim -u repro.lua
:Oil
-
<cr>
Expected Behavior
The directory or file should be opened.
Directory structure
No response
Repro
Did you check the bug with a clean config?
nvim -u repro.lua
using the repro.lua file above.Great plugin, love it! Thanks!
The text was updated successfully, but these errors were encountered: