Problem: upstream issue #738 (allow changing mtime/atime via time column) was still marked open despite requiring disproportionate implementation effort (reverse strftime parser, new mutator action type, per-adapter `utime` support) with zero community demand. Solution: mark as not actionable. Purpose-built tools like `touch -t` already handle the underlying need.
This commit is contained in:
parent
b41a62ad1d
commit
7372c98e2b
1 changed files with 110 additions and 110 deletions
|
|
@ -33,7 +33,7 @@ issues against this fork.
|
|||
## Issues
|
||||
|
||||
| Issue | Description | Status |
|
||||
| ------------------------------------------------------- | ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
|
||||
| ------------------------------------------------------- | ---------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| [#85](https://github.com/stevearc/oil.nvim/issues/85) | Git status column | open |
|
||||
| [#95](https://github.com/stevearc/oil.nvim/issues/95) | Undo after renaming files | open |
|
||||
| [#117](https://github.com/stevearc/oil.nvim/issues/117) | Move file into new dir via slash in name | open |
|
||||
|
|
@ -141,4 +141,4 @@ issues against this fork.
|
|||
| [#719](https://github.com/stevearc/oil.nvim/issues/719) | Neovim crash on node_modules | not actionable — libuv/neovim bug |
|
||||
| [#726](https://github.com/stevearc/oil.nvim/issues/726) | Meta discussion/roadmap | not actionable |
|
||||
| [#736](https://github.com/stevearc/oil.nvim/issues/736) | Make icons virtual text | open |
|
||||
| [#738](https://github.com/stevearc/oil.nvim/issues/738) | Allow changing mtime/atime via time column | open |
|
||||
| [#738](https://github.com/stevearc/oil.nvim/issues/738) | Allow changing mtime/atime via time column | not actionable — disproportionate complexity (new mutator action type, reverse strftime parser, per-adapter `utime`), 0 demand, purpose-built tools exist |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue