| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-24 | 6.2 kB | |
| v2.16.0 source code.tar.gz | 2026-05-24 | 137.0 kB | |
| v2.16.0 source code.zip | 2026-05-24 | 179.4 kB | |
| Totals: 3 Items | 322.7 kB | 1 | |
2.16.0 (2026-05-24)
Features
- add callback for handling buffer opening (#638) (dfb09e8)
- add horizontal scrolling actions (#709) (2405570)
- add OilEmpty highlight group (#689) (b9ab05f)
- add support for column text alignment (#711) (6b59a6c)
- clipboard: pasting from system clipboard can delete original (cut) (#649) (f55ebb0)
- copy/paste to system clipboard (#559) (4c9bdf0)
- new adapter for S3 buckets (#677) (e5bd931)
- support multicursor.nvim (#696) (756dec8)
Bug Fixes
- add
open_floatparams totoggle_float(#716) (7a09f0b) - args.count of 0 is not used as size (#695) (bbfa7cb)
- better detection of oil buffers (#589) (548587d)
- change default border config to nil (#643) (200df01)
- clean up empty buffer when opening in new tab (#616) (5b6068a)
- command modifiers for :Oil (#691) (cbcb3f9)
- don't apply oil window options to non-directory oil buffers (7e1cd77)
- file time column escapes ()[] chars in parser (#603) (ba1f50a)
- glob formatting on windows in neovim nightly (#631) (08c2bce)
- handle empty LSP glob patterns (#702) (963c8d2)
- indexing nil when env vars does not exist (#601) (ab887d9)
- multicursor when opened with --preview (#701) (78ed0cf)
- open files under cwd with relative name (#693) (6340494)
- pass bufnr to constrain_cursor (#574) (54fe7dc)
- prevent E565 error when opening directories with nvim . (#608) (685cdb4)
- propagate errors in recursive_delete and recursive_copy (#712) (d278dc4)
- scratch preview method (#628) (bbad9a7)
- send_to_quickfix opens loclist when specified (#687) (01cb3a8)
- silent handling when buffer has no oil adapter (#573) (d7c61c7)
- ssh adapter supports iso8601 dates (#635) (1498d2f)
- support natural ordering for numbers with >12 digits (#652) (07f80ad)
- trash-win: don't hang when
shellslashis enabled (#592) (8649818) - use
g~instead of overriding the builtin~mapping (#694) (15a2b21)